Skip to content

Commit b00b484

Browse files
committed
Fix empty panel z-index
1 parent 163d306 commit b00b484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/components/containers/_panel.scss

Lines changed: 1 addition & 1 deletion
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)