Fix sticky header: top: 30px -> top: 0 (dev banner was removed)

This commit is contained in:
Vadym Samoilenko 2026-03-13 15:25:06 +00:00
parent 50cf941f14
commit efa5ca09ba

View file

@ -179,7 +179,7 @@ header {
padding: 0;
margin-bottom: 32px;
position: sticky;
top: 30px;
top: 0;
z-index: 100;
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);