forked from MapComplete/MapComplete
Fix: fix file drag and drop, allow entire featurePopup for file drop
This commit is contained in:
parent
03d55955e6
commit
859faead7f
2 changed files with 50 additions and 30 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue