diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-06 16:17:25 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-10-06 16:52:05 +0200 |
commit | c1a5e9643589233e0e4e131f1b2808c40370cec9 (patch) | |
tree | 9a2137b08099b8396f99e349fcdb2f28cfd37de5 /apps/files_sharing/css | |
parent | 3413b766311c1936097d260544a5181695cd7822 (diff) | |
download | nextcloud-server-c1a5e9643589233e0e4e131f1b2808c40370cec9.tar.gz nextcloud-server-c1a5e9643589233e0e4e131f1b2808c40370cec9.zip |
fix scrollbars in public template
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 2b7e84c987d..17356640aef 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -1,7 +1,10 @@ +#content { + height: initial; +} + #preview { background: #fff; text-align: center; - margin: 45px auto 0; min-height: 200px; } |