mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-24 16:12:31 -04:00
Fix for body scroll bars on the web on some browsers
This commit is contained in:
@@ -41,6 +41,7 @@ const GlobalCssTheme = () => {
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
overflow: "hidden";
|
||||
background-color: ${theme.background};
|
||||
font-family: ${font.style.fontFamily};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user