diff options
author | Pookay <thepookay@gmail.com> | 2016-01-29 10:07:15 +0100 |
---|---|---|
committer | Pookay <thepookay@gmail.com> | 2016-01-29 10:07:15 +0100 |
commit | 9bfc31e6667ce9e55e528d93369408b47f8ef753 (patch) | |
tree | cfba39e35993c76940f870eab34ddeff8601958e /apps/files | |
parent | ede1cbf61245a269be5e2bb8fb27bcaa6b44f1a9 (diff) | |
download | nextcloud-server-9bfc31e6667ce9e55e528d93369408b47f8ef753.tar.gz nextcloud-server-9bfc31e6667ce9e55e528d93369408b47f8ef753.zip |
Fix the result at the bottom on IE
view issue #21898
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 { |