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>
This commit is contained in:
parent
c935f6a776
commit
50004bc4a5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,6 +34,7 @@
|
|||
:preserve-search="true"
|
||||
:searchable="true"
|
||||
:user-select="true"
|
||||
open-direction="below"
|
||||
@search-change="asyncFind"
|
||||
@select="addShare">
|
||||
<template #noOptions>
|
||||
|
|
Loading…
Reference in New Issue