Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-02-05 16:47:01 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-05 16:47:01 +0300
commit50004bc4a527de46b6721d75494ef13ad202eddd (patch)
tree2c20212d73549a442c6609d5e7666874d44d5a2b /apps/files_sharing/src
parentc935f6a7769f7798754addac5147083aced71bf8 (diff)
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.vue1
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>