From 16c43016feed93432e6bd03e5af03dc428a32130 Mon Sep 17 00:00:00 2001 From: BHAV0207 Date: Fri, 26 Jul 2024 18:55:06 +0530 Subject: [PATCH] changed the overflow property of the app.style.js file to hidden Signed-off-by: BHAV0207 --- src/sections/app.style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sections/app.style.js b/src/sections/app.style.js index 12cec3163611..c09e58973553 100644 --- a/src/sections/app.style.js +++ b/src/sections/app.style.js @@ -43,6 +43,7 @@ const GlobalStyle = createGlobalStyle` } html{ + overflow-x: hidden; box-sizing: border-box; -ms-overflow-style: scrollbar; }