bolt.new/packages/bolt/app/styles/z-index.scss
2024-08-08 15:56:36 +02:00

14 lines
135 B
SCSS

$zIndexMax: 999;
.z-logo {
z-index: $zIndexMax - 1;
}
.z-sidebar {
z-index: $zIndexMax - 2;
}
.z-max {
z-index: $zIndexMax;
}