Fix for body scroll bars on the web on some browsers

This commit is contained in:
Zoe Roux 2023-01-09 02:20:12 +09:00 committed by Zoe Roux
parent 04eae360a7
commit 4af4119561

View File

@ -42,6 +42,7 @@ const GlobalCssTheme = () => {
body {
margin: 0px;
padding: 0px;
overflow: "hidden";
background-color: ${theme.background};
font-family: ${font.style.fontFamily};
}