diff --git a/apps/website/assets/css/main.css b/apps/website/assets/css/main.css index 2c7f47c..df9db41 100644 --- a/apps/website/assets/css/main.css +++ b/apps/website/assets/css/main.css @@ -7,8 +7,8 @@ html, body { margin: 0; padding: 0; - /* Transparent background to allow video in safe area */ - background: transparent; + /* Background color for areas not covered by video */ + background: #000; /* Black background as fallback */ } /* Smooth Scroll Behavior and iOS Overscroll Prevention */ diff --git a/apps/website/assets/css/voyage-layout.css b/apps/website/assets/css/voyage-layout.css index 871db45..6ceeb65 100644 --- a/apps/website/assets/css/voyage-layout.css +++ b/apps/website/assets/css/voyage-layout.css @@ -1729,7 +1729,7 @@ html { min-height: 100dvh; /* Video will extend under notch - no padding-top here */ padding-bottom: env(safe-area-inset-bottom); - overflow: clip; /* Allow video to extend while preventing scrollbars */ + overflow: visible; /* Allow video to extend into safe area */ max-width: 100vw !important; } diff --git a/apps/website/components/HeroSection.vue b/apps/website/components/HeroSection.vue index 56816a6..fcd4ad7 100644 --- a/apps/website/components/HeroSection.vue +++ b/apps/website/components/HeroSection.vue @@ -172,20 +172,19 @@ onMounted(() => {