Header: remove sticky positioning, scrolls with page
This commit is contained in:
parent
efa5ca09ba
commit
5858f3c90d
1 changed files with 1 additions and 7 deletions
|
|
@ -178,14 +178,8 @@ header {
|
|||
border-bottom: 1px solid var(--border);
|
||||
padding: 0;
|
||||
margin-bottom: 32px;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
backdrop-filter: blur(16px);
|
||||
-webkit-backdrop-filter: blur(16px);
|
||||
background: rgba(245, 244, 241, 0.85);
|
||||
background: var(--bg);
|
||||
box-shadow: var(--shadow-sm);
|
||||
animation: slideDown 0.5s var(--ease-out);
|
||||
}
|
||||
|
||||
:root[data-theme="dark"] header {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue