Neighbourhood.omg.lol/wwwroot/css/z.css
Gordon Pedersen e017269685 More css reorg
Split out some separation of concerns:
- color
- font/typography
- icon/emoji related
- z-indexes
- the rest (mostly layout)
2024-07-16 10:35:01 +10:00

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 }