8 lines
79 B
SCSS
8 lines
79 B
SCSS
// z-index
|
|
.lily-cursor {
|
|
z-index: 20;
|
|
}
|
|
.site-header {
|
|
z-index: 10;
|
|
}
|