diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-02-22 08:55:20 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-02-22 08:55:20 +0100 |
commit | 3e59c04c7f683006e42aa6363f652e0b91b47262 (patch) | |
tree | 90fad3cfd49aa967377924c7af37dad7772a2c6b /apps | |
parent | 8a8209796d4577644228121edc2231ae027217c7 (diff) | |
download | nextcloud-server-3e59c04c7f683006e42aa6363f652e0b91b47262.tar.gz nextcloud-server-3e59c04c7f683006e42aa6363f652e0b91b47262.zip |
Fixes pagination in IE
* tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares
* fixes #20044
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index bd8e98e966d..87222673972 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -1,7 +1,6 @@ #content { height: initial; min-height: calc(100vh - 120px); - overflow: hidden; } #preview { |