summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-01 11:26:33 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-01 11:26:33 +0100
commit181b43da4eaeb769649d80b69ce21fb542da1f4e (patch)
tree9822373077ee86d64444c4130b95e5a2b410b43b /apps/files
parentc091ac5d195fc224a344320e35b0a6b053cb5178 (diff)
parent9bfc31e6667ce9e55e528d93369408b47f8ef753 (diff)
downloadnextcloud-server-181b43da4eaeb769649d80b69ce21fb542da1f4e.tar.gz
nextcloud-server-181b43da4eaeb769649d80b69ce21fb542da1f4e.zip
Merge pull request #22004 from Pookay/patch-1
Fix the result at the bottom on IE
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 61148428f79..4929039f837 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -59,7 +59,7 @@
/* fit app list view heights */
.app-files #app-content>.viewcontainer {
- min-height: 100%;
+ min-height: 0%;
}
.app-files #app-content {