Fix: fix file drag and drop, allow entire featurePopup for file drop

This commit is contained in:
Pieter Vander Vennet 2024-01-10 23:21:17 +01:00
parent 03d55955e6
commit 859faead7f
2 changed files with 50 additions and 30 deletions

View file

@ -43,7 +43,7 @@
<Tr t={Translations.t.general.returnToTheMap} />
</button>
{:else}
<div class="flex h-full w-full flex-col gap-y-2 overflow-y-auto p-1 px-4" tabindex="-1">
<div class="flex h-full flex-col gap-y-2 overflow-y-auto p-1 px-4 w-full selected-element-view" tabindex="-1">
{#each $knownTagRenderings as config (config.id)}
<TagRenderingEditable
{tags}