diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-02-05 14:47:01 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-02-05 14:47:01 +0100 |
commit | 50004bc4a527de46b6721d75494ef13ad202eddd (patch) | |
tree | 2c20212d73549a442c6609d5e7666874d44d5a2b /apps/files_sharing/src | |
parent | c935f6a7769f7798754addac5147083aced71bf8 (diff) | |
download | nextcloud-server-50004bc4a527de46b6721d75494ef13ad202eddd.tar.gz nextcloud-server-50004bc4a527de46b6721d75494ef13ad202eddd.zip |
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 <vincent@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/components/SharingInput.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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"> <template #noOptions> |