revert recent changes
This commit is contained in:
+1
-3
@@ -144,8 +144,6 @@
|
||||
--radius-xl: 2rem;
|
||||
--radius-xxl: 2.5rem;
|
||||
|
||||
--header-offset: 6.5rem;
|
||||
|
||||
|
||||
/* Semantic tokens: contextual usage */
|
||||
--color-background: light-dark(var(--color-neutral-100), var(--color-neutral-900));
|
||||
@@ -623,7 +621,7 @@ button:active, .button-primary:active, .logo:active {
|
||||
|
||||
.menu-overlay {
|
||||
position: fixed;
|
||||
inset: var(--header-offset) 0 0 0;
|
||||
inset: 0;
|
||||
background: var(--overlay);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
|
||||
Reference in New Issue
Block a user