mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 22:42:21 +00:00
6 lines
52 B
SCSS
6 lines
52 B
SCSS
$zIndexMax: 999;
|
|
|
|
.z-max {
|
|
z-index: $zIndexMax;
|
|
}
|