This commit is contained in:
@@ -248,8 +248,6 @@ html {
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
backdrop-filter: blur(10px);
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
|
||||
--nav-padding-top-base: var(--space-sm);
|
||||
--nav-padding-bottom-base: var(--space-sm);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@@ -455,6 +453,7 @@ html {
|
||||
top: calc(-1 * var(--hero-safe-area-top));
|
||||
height: calc(100lvh + var(--hero-safe-area-top));
|
||||
transform: translate3d(0, var(--parallax-offset, 0px), 0);
|
||||
background: #ffffff;
|
||||
z-index: 0; /* Behind content */
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user