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
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-10-10 18:01:36 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-10-10 18:01:36 +0300
commit50c2ca346962e8841a0a57f95fc22a988d4c6eb9 (patch)
tree96cc2dcddab436cd77b54c5ccdd8531b8b043bdd /css
parent8c68899e011d6ee3375050769732c7e2a4816054 (diff)
parent8257c7fd2ef111a322bec7691a3826338475f475 (diff)
Merge pull request #414 from owncloud/public-height
Fix height of public view
Diffstat (limited to 'css')
-rw-r--r--css/public.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/public.css b/css/public.css
index 2bed35fc..448b1f4d 100644
--- a/css/public.css
+++ b/css/public.css
@@ -4,6 +4,12 @@ body {
width: 100%;
}
+#content {
+ height: initial;
+ min-height: calc( 100vh - 120px );
+ overflow: hidden;
+}
+
/* within #save */
#save .save-form {
position: relative;