fix: pin header capsules and simplify home center capsule scroll

This commit is contained in:
Ruslan Bakiev
2026-03-12 16:50:08 +07:00
parent fcc22b4051
commit 1a6287d13e
2 changed files with 7 additions and 11 deletions

View File

@@ -9,14 +9,14 @@
<div class="flex-1 flex flex-col" :style="contentStyle">
<!-- Fixed Header Container -->
<div class="header-glass fixed inset-x-0 top-0 z-50 border-0" :style="headerContainerStyle">
<div class="header-glass-backdrop" aria-hidden="true" />
<!-- Static hero background for home page -->
<HeroBackground v-if="isHomePage" />
<div class="header-glass-backdrop" aria-hidden="true" />
<!-- MainNavigation -->
<MainNavigation
class="relative z-10"
:height="isHomePage ? heroBaseHeight : 100"
:height="100"
:collapse-progress="isHomePage ? 0 : 1"
:hero-scroll-y="isHomePage ? heroScrollY : 0"
:hero-base-height="isHomePage ? heroBaseHeight : 0"