Files
website/src/assets/base.css

15 lines
201 B
CSS

/** {
overflow-y: hidden;
overflow-x: hidden;
}*/
html{
background-color: #1E1E1E;
}
html, body{
margin: 0;
overflow-x: hidden;
overflow-y: scroll !important;
}
body{
min-height: 100vh;
}