fixes
All checks were successful
build-website / build (push) Successful in 1m37s

This commit is contained in:
2025-09-21 16:10:10 +02:00
parent 0af4588927
commit 342a9123af
2 changed files with 12 additions and 89 deletions

View File

@@ -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;
}