From 4af41195617677c954296cacc7cf7b8b889c3926 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 7283dc34..5d6fd1af 100755 --- a/front/apps/web/src/pages/_app.tsx +++ b/front/apps/web/src/pages/_app.tsx @@ -42,6 +42,7 @@ const GlobalCssTheme = () => { body { margin: 0px; padding: 0px; + overflow: "hidden"; background-color: ${theme.background}; font-family: ${font.style.fontFamily}; }