aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/sharetabview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css/sharetabview.scss')
-rw-r--r--apps/files_sharing/css/sharetabview.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index dca59923342..61a310447d3 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -205,7 +205,7 @@
.ui-autocomplete {
/* limit dropdown height to 4 1/2 entries */
- max-height: 200px;
+ max-height: calc(36px * 4.5);;
overflow-y: auto;
overflow-x: hidden;
z-index: 1550 !important;