diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-22 10:29:10 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-22 10:29:10 +0100 |
commit | 43a4990f09f7e4d9d4529691c8f7918adcc87ea5 (patch) | |
tree | 90fad3cfd49aa967377924c7af37dad7772a2c6b /apps/files_sharing | |
parent | 8a8209796d4577644228121edc2231ae027217c7 (diff) | |
parent | 3e59c04c7f683006e42aa6363f652e0b91b47262 (diff) | |
download | nextcloud-server-43a4990f09f7e4d9d4529691c8f7918adcc87ea5.tar.gz nextcloud-server-43a4990f09f7e4d9d4529691c8f7918adcc87ea5.zip |
Merge pull request #22548 from owncloud/fix-pagination-in-ie
Fixes pagination in IE
Diffstat (limited to 'apps/files_sharing')
-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 { |