Fixed overflow
This commit is contained in:
parent
929c59f738
commit
ad3af52485
3
pube.css
3
pube.css
|
@ -1,6 +1,6 @@
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-color: #111111;
|
background-color: #fff;
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
font-family: Verdana, Geneva, sans-serif;
|
font-family: Verdana, Geneva, sans-serif;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
@ -20,6 +20,7 @@ body
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-shadow: 0px 0px 10px #0d0d0d;
|
box-shadow: 0px 0px 10px #0d0d0d;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
|
|
Loading…
Reference in New Issue