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
parent 249d87bda3
commit 35a3c4c4bf
No known key found for this signature in database
GPG Key ID: B2AB52A2636E5C46

View File

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