Fix sticky header: top: 30px -> top: 0 (dev banner was removed)
This commit is contained in:
parent
50cf941f14
commit
efa5ca09ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue