Fixed overflow

pull/12/head
cagataycivici 2019-05-27 16:13:46 +03:00
parent 992ddf9824
commit 414b6983b1
1 changed files with 1 additions and 1 deletions

View File

@ -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));