forked from MapComplete/MapComplete
Fix: keep map mouse-interactive when panning with arrow keys, some CSS-tweaks
This commit is contained in:
parent
319c0e2573
commit
512bb4c00e
5 changed files with 5 additions and 3 deletions
|
@ -165,7 +165,7 @@
|
|||
|
||||
{#if $visualFeedback}
|
||||
<div
|
||||
class="absolute top-0 left-0 flex h-screen w-screen items-center justify-center overflow-hidden"
|
||||
class="absolute top-0 left-0 flex h-screen w-screen items-center justify-center overflow-hidden pointer-events-none"
|
||||
>
|
||||
<div bind:this={$viewport} style="border: 2px solid #ff000044; width: 300px; height: 300px" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue