Merge pull request #22548 from owncloud/fix-pagination-in-ie

Fixes pagination in IE
This commit is contained in:
Vincent Petry 2016-02-22 10:29:10 +01:00
commit 43a4990f09
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#content {
height: initial;
min-height: calc(100vh - 120px);
overflow: hidden;
}
#preview {