fix(style) .files height: 95% -> 85%

This commit is contained in:
coderaiser 2014-02-18 07:37:35 -05:00
parent 961584ba65
commit 398b57be77

View file

@ -244,7 +244,7 @@ body {
}
.files {
height: 95%;
height: 85%;
padding: 0;
margin: 0;
overflow-y: auto;