diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 8722267397..d09947dab2 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -3,6 +3,11 @@ min-height: calc(100vh - 120px); } +/* force layout to make sure the content element's height matches its contents' height */ +.ie #content { + display: inline-block; +} + #preview { background: #fff; text-align: center;