From 7f4107c13fca8c6f188a8caf35d33f9aa5e8067d Mon Sep 17 00:00:00 2001 From: MrPiglr Date: Thu, 5 Feb 2026 21:32:24 +0000 Subject: [PATCH] fix: landing page hero section z-index for video background --- src/frontend/mockup/mockup.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/frontend/mockup/mockup.css b/src/frontend/mockup/mockup.css index 93f0010..34c3e9a 100644 --- a/src/frontend/mockup/mockup.css +++ b/src/frontend/mockup/mockup.css @@ -9248,15 +9248,19 @@ body { } .hero { + position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 100vh; padding: 120px 60px 60px; gap: 60px; + overflow: hidden; } .hero-content { + position: relative; + z-index: 10; flex: 1; max-width: 600px; } @@ -9390,6 +9394,8 @@ body { } .hero-visual { + position: relative; + z-index: 10; flex: 1; display: flex; justify-content: center;