From 50004bc4a527de46b6721d75494ef13ad202eddd Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 5 Feb 2021 14:47:01 +0100 Subject: Sharing dropdown now opens below Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry --- apps/files_sharing/src/components/SharingInput.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_sharing/src/components/SharingInput.vue') diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 9fa9e47e287..6ca2299b81c 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -34,6 +34,7 @@ :preserve-search="true" :searchable="true" :user-select="true" + open-direction="below" @search-change="asyncFind" @select="addShare">