Files
takerofnotes-website/styles/_layers.scss
2026-05-29 11:22:56 -04:00

37 lines
421 B
SCSS

@use 'functions' as *;
// z-index
.site-orchestra {
z-index: 100;
}
.stats,
.grid-debug {
z-index: 99 !important;
}
main.front-page,
.site-mobile-menu {
z-index: 80;
}
.webgl-canvas {
z-index: 70;
}
.cart {
z-index: 60;
}
.site-header {
z-index: 50;
}
.site-footer {
z-index: 30;
}
@include mobile {
.cart {
z-index: 80;
}
main.front-page {
z-index: 10;
}
}