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

Commit 0067cae

Browse files
committed
fix(hoveroverlay): set z-index
1 parent e0eb559 commit 0067cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HoverOverlay.scss

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
display: flex;
66
flex-direction: column;
77
align-items: stretch;
8+
z-index: 20;
89

910
transition: opacity 200ms ease-in-out;
1011

0 commit comments

Comments
 (0)