We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3326d commit 5e6f3cfCopy full SHA for 5e6f3cf
web/src/components/base/Tooltip.tsx
@@ -3,7 +3,7 @@ import { Tooltip as ReactTooltip, ITooltip as ReactTooltipType } from 'react-too
3
import styled from 'styled-components'
4
5
const StyledTooltip = styled(ReactTooltip)`
6
- z-index: 2;
+ z-index: 60;
7
`
8
9
type TooltipProps = {
0 commit comments