fix: remove overflow-hidden from header
All checks were successful
Build Docker Image / build (push) Successful in 4m40s
All checks were successful
Build Docker Image / build (push) Successful in 4m40s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user