Merge pull request #22004 from Pookay/patch-1

Fix the result at the bottom on IE
This commit is contained in:
Thomas Müller 2016-02-01 11:26:33 +01:00
commit 181b43da4e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
/* fit app list view heights */
.app-files #app-content>.viewcontainer {
min-height: 100%;
min-height: 0%;
}
.app-files #app-content {