Fixed overflow
parent
992ddf9824
commit
414b6983b1
|
@ -239,7 +239,7 @@ body {
|
||||||
top: 70px;
|
top: 70px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@include shadow(0 0 2px rgba(0,0,0,0.25));
|
@include shadow(0 0 2px rgba(0,0,0,0.25));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue