fix: remove overflow-hidden from header
All checks were successful
Build Docker Image / build (push) Successful in 4m40s

This commit is contained in:
Ruslan Bakiev
2026-01-14 22:43:00 +07:00
parent ff2b25d8c7
commit 8a0a32ce6b

View File

@@ -3,7 +3,6 @@
<!-- Layer 1+2: MainNavigation + SubNavigation (slides up on scroll) --> <!-- Layer 1+2: MainNavigation + SubNavigation (slides up on scroll) -->
<div <div
class="fixed left-0 right-0 z-50" class="fixed left-0 right-0 z-50"
:class="{ 'overflow-hidden': headerOffset < 0 }"
:style="{ top: `${headerOffset}px` }" :style="{ top: `${headerOffset}px` }"
> >
<MainNavigation <MainNavigation