mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 11:17:02 +00:00
14 lines
135 B
SCSS
14 lines
135 B
SCSS
$zIndexMax: 999;
|
|
|
|
.z-logo {
|
|
z-index: $zIndexMax - 1;
|
|
}
|
|
|
|
.z-sidebar {
|
|
z-index: $zIndexMax - 2;
|
|
}
|
|
|
|
.z-max {
|
|
z-index: $zIndexMax;
|
|
}
|