diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 12:05:31 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 12:05:31 +0100 |
commit | b3ccaf815d13309fa5e1859033ca94ac7f46148c (patch) | |
tree | caead566914e64deb92105bde18db01e5b8c64eb /apps | |
parent | 116cb58c3c47cbe88bed7f4d0dd7bb7cd703a714 (diff) | |
download | nextcloud-server-b3ccaf815d13309fa5e1859033ca94ac7f46148c.tar.gz nextcloud-server-b3ccaf815d13309fa5e1859033ca94ac7f46148c.zip |
Fix scrollbar showing up on public page
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index a6b5b449e4b..1e7267086fd 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -1,6 +1,6 @@ #content { height: initial; - min-height: calc(100vh - 120px); + min-height: calc(100vh - 160px); } #header .menutoggle { |