mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-16 03:54:17 -04:00
Fix for body scroll bars on the web on some browsers
This commit is contained in:
parent
249d87bda3
commit
35a3c4c4bf
@ -41,6 +41,7 @@ const GlobalCssTheme = () => {
|
|||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
overflow: "hidden";
|
||||||
background-color: ${theme.background};
|
background-color: ${theme.background};
|
||||||
font-family: ${font.style.fontFamily};
|
font-family: ${font.style.fontFamily};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user