bolt.new/packages/bolt/app/styles/z-index.scss

14 lines
135 B
SCSS
Raw Normal View History

$zIndexMax: 999;
2024-07-31 21:21:40 +00:00
.z-logo {
z-index: $zIndexMax - 1;
}
.z-sidebar {
z-index: $zIndexMax - 2;
}
2024-07-31 21:21:40 +00:00
.z-max {
z-index: $zIndexMax;
}