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 7b916f1c7d
commit bbfbe325ff

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)}