Skip to content

Commit 5e6f3cf

Browse files
committed
3135: Increase z-index
1 parent 1d3326d commit 5e6f3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/base/Tooltip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Tooltip as ReactTooltip, ITooltip as ReactTooltipType } from 'react-too
33
import styled from 'styled-components'
44

55
const StyledTooltip = styled(ReactTooltip)`
6-
z-index: 2;
6+
z-index: 60;
77
`
88

99
type TooltipProps = {

0 commit comments

Comments
 (0)