Fixed overflow

This commit is contained in:
Abhorrent_Anger 2019-01-26 18:56:47 +02:00
parent 929c59f738
commit ad3af52485
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body
{
background-color: #111111;
background-color: #fff;
color: #eeeeee;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.85em;
@ -20,6 +20,7 @@ body
margin-top: 0px;
height: 100%;
box-shadow: 0px 0px 10px #0d0d0d;
overflow: auto;
}
.section {