Fix TagsSelectedButton's popup appears in wrong position (#2197)
This commit is contained in:
parent
dc4ac1da66
commit
ad4acf90ef
@ -23,7 +23,13 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||||||
const removeShortcut = "Backspace";
|
const removeShortcut = "Backspace";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<WithFloating {show} placement="top" let:asReference>
|
<WithFloating
|
||||||
|
{show}
|
||||||
|
placement="top"
|
||||||
|
portalTarget={document.body}
|
||||||
|
shift={0}
|
||||||
|
let:asReference
|
||||||
|
>
|
||||||
<div class="tags-selected-button" use:asReference on:click={() => (show = !show)}>
|
<div class="tags-selected-button" use:asReference on:click={() => (show = !show)}>
|
||||||
<IconConstrain>{@html dotsIcon}</IconConstrain>
|
<IconConstrain>{@html dotsIcon}</IconConstrain>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user