diff --git a/apps/website/assets/css/main.css b/apps/website/assets/css/main.css index 9b7ca7b..2c7f47c 100644 --- a/apps/website/assets/css/main.css +++ b/apps/website/assets/css/main.css @@ -7,7 +7,8 @@ html, body { margin: 0; padding: 0; - background: #fff; /* White background fallback for safe area */ + /* Transparent background to allow video in safe area */ + background: transparent; } /* Smooth Scroll Behavior and iOS Overscroll Prevention */ diff --git a/apps/website/components/HeroSection.vue b/apps/website/components/HeroSection.vue index f245a0a..56816a6 100644 --- a/apps/website/components/HeroSection.vue +++ b/apps/website/components/HeroSection.vue @@ -172,26 +172,26 @@ onMounted(() => {