13 lines
No EOL
212 B
CSS
13 lines
No EOL
212 B
CSS
/* Anything related to z-indexes */
|
|
|
|
nav header { z-index: 101 }
|
|
|
|
nav.bottom.s:not(.drawer) :is(button,.button) > menu { z-index: 100 }
|
|
|
|
.fab {
|
|
z-index: 1
|
|
}
|
|
|
|
.avatar::after { z-index: 1 }
|
|
|
|
.hover { z-index: 1 } |