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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-10-07 10:51:33 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-10-07 10:51:33 +0300
commita04c40fecefa9eec4ea3da697ef56d79e55b5887 (patch)
tree56e33e9332eb5a1fc1042e2686f87f3ea7ffd643
parent0a9e4b3f91e06d7f50ffe9214e38b765c01c87a6 (diff)
fix height of public view
-rw-r--r--css/public.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/public.css b/css/public.css
index 2bed35fc..de636c01 100644
--- a/css/public.css
+++ b/css/public.css
@@ -4,6 +4,10 @@ body {
width: 100%;
}
+#content {
+ height: initial;
+}
+
/* within #save */
#save .save-form {
position: relative;