tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

feat: header z-index

fixes certain issues with the header appearing below things sometimes

set to 1000 to make sure it appears above everything, unless other elements have a higher value which is unlikely

+1
+1
addon/header-sticky.css
··· 6 6 header { 7 7 position: sticky; 8 8 top: 0; 9 + z-index: 1000; 9 10 background-color: var(--dc-bg-2); 10 11 } 11 12 @supports (backdrop-filter: blur(24px)) {