From 35a3c4c4bffab8a79e88c2c2cf81abb0bc35d70f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 9 Jan 2023 02:20:12 +0900 Subject: [PATCH] Fix for body scroll bars on the web on some browsers --- front/apps/web/src/pages/_app.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/apps/web/src/pages/_app.tsx b/front/apps/web/src/pages/_app.tsx index b24a7ec7..b75c9eb3 100755 --- a/front/apps/web/src/pages/_app.tsx +++ b/front/apps/web/src/pages/_app.tsx @@ -41,6 +41,7 @@ const GlobalCssTheme = () => { body { margin: 0px; padding: 0px; + overflow: "hidden"; background-color: ${theme.background}; font-family: ${font.style.fontFamily}; }