Fix scroll for content in default theme

This commit is contained in:
Samy Pesse
2016-10-08 21:12:20 +02:00
parent 03b89194d7
commit 2d429b731b
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
.Body {
overflow: auto;
width: 100%;
height: 100%;
}
@@ -12,6 +12,7 @@
@import "Page.less";
@import "Toolbar.less";
@import "Search.less";
@import "Body.less";
* {
.box-sizing(border-box);