Skip to content

Commit 39a7d01

Browse files
committed
Fix empty panel z-index
1 parent a140eba commit 39a7d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/containers/_panel.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
padding: var(--spacing-half-unit);
6464
background-color: var(--panel-background);
6565
box-sizing: border-box;
66-
@include z-index(orbit);
66+
@include z-index(floor);
6767
display: flex;
6868
&__message {
6969
text-align: center;

0 commit comments

Comments
 (0)