Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit d1efaf0

Browse files
authored
refactor: tooltip was still covered -> z-index: 100 (#30)
1 parent 18098c3 commit d1efaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HoverOverlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
display: flex;
66
flex-direction: column;
77
align-items: stretch;
8-
z-index: 20;
8+
z-index: 100;
99

1010
transition: opacity 200ms ease-in-out;
1111

0 commit comments

Comments
 (0)