Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPookay <thepookay@gmail.com>2016-01-29 12:07:15 +0300
committerPookay <thepookay@gmail.com>2016-01-29 12:07:15 +0300
commit9bfc31e6667ce9e55e528d93369408b47f8ef753 (patch)
treecfba39e35993c76940f870eab34ddeff8601958e /apps/files/css/files.css
parentede1cbf61245a269be5e2bb8fb27bcaa6b44f1a9 (diff)
Fix the result at the bottom on IE
view issue #21898
Diffstat (limited to 'apps/files/css/files.css')
-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 {