Skip to content

Commit 89ab2f5

Browse files
jelbournhansl
authored andcommitted
fix(overlay): add a z-index. (#615)
1 parent a5944da commit 89ab2f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/overlay/overlay.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
position: absolute;
2020
pointer-events: auto;
2121
box-sizing: border-box;
22+
z-index: 1;
2223
}

0 commit comments

Comments
 (0)