Fix tags popover becoming separated from the tags field (#2442)

This commit is contained in:
Fabricio Duarte 2023-03-16 03:46:44 -03:00 committed by GitHub
parent bd88c6d352
commit 5774e5d4af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<WithFloating
keepOnKeyup
show={$show}
preferredPlacement="top-start"
preferredPlacement="top"
portalTarget={document.body}
let:asReference
on:close={() => show.set(false)}