mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
15 lines
201 B
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;
|
|
} |