From 05caf206dfbb6e00ad186a28293d8b892bf39702 Mon Sep 17 00:00:00 2001 From: Sam Der Date: Wed, 22 Nov 2023 10:08:38 -0800 Subject: [PATCH] fix: disable horizontal overflow --- apps/site/src/app/(home)/sections/Landing/Landing.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/site/src/app/(home)/sections/Landing/Landing.module.css b/apps/site/src/app/(home)/sections/Landing/Landing.module.css index 022b725b..0bcbbd5a 100644 --- a/apps/site/src/app/(home)/sections/Landing/Landing.module.css +++ b/apps/site/src/app/(home)/sections/Landing/Landing.module.css @@ -6,6 +6,7 @@ position: relative; min-height: 100vh; min-width: 100vw; + overflow-x: hidden; } .landingGroup {