Get a handle on all our z-index values

This commit is contained in:
Josh Perez
2021-12-01 18:13:09 -05:00
committed by GitHub
parent 6313b05da7
commit 5938be0bff
18 changed files with 84 additions and 110 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
position: absolute;
top: calc(#{$header-height} + var(--title-bar-drag-area-height));
width: 100%;
z-index: 1;
z-index: $z-index-base;
@include light-theme() {
background-color: $color-white;