From 66d14171aa4fc9f8e0ae8df9250658fb0cf28137 Mon Sep 17 00:00:00 2001 From: Subham Singh <125077858+1-SubhamSingh@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:17:11 +0530 Subject: [PATCH] Updated overflow property. --- frontend/src/Pages/Herosection.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Pages/Herosection.css b/frontend/src/Pages/Herosection.css index 8ebc233..fdbb1ce 100644 --- a/frontend/src/Pages/Herosection.css +++ b/frontend/src/Pages/Herosection.css @@ -10,6 +10,6 @@ body { background-position: center; height: 100vh; width: 100vw; - overflow: hidden; + overflow-x : hidden; position: relative; -} \ No newline at end of file +}