diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-01 11:26:33 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-01 11:26:33 +0100 |
commit | 181b43da4eaeb769649d80b69ce21fb542da1f4e (patch) | |
tree | 9822373077ee86d64444c4130b95e5a2b410b43b /apps/files | |
parent | c091ac5d195fc224a344320e35b0a6b053cb5178 (diff) | |
parent | 9bfc31e6667ce9e55e528d93369408b47f8ef753 (diff) | |
download | nextcloud-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.css | 2 |
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 { |