Gordon Pedersen
e017269685
Split out some separation of concerns: - color - font/typography - icon/emoji related - z-indexes - the rest (mostly layout)
11 lines
No EOL
210 B
CSS
11 lines
No EOL
210 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 } |