forked from MapComplete/MapComplete
Fix unresponsive area
This commit is contained in:
parent
26b0db8c58
commit
d7b0987960
2 changed files with 7 additions and 6 deletions
|
@ -58,10 +58,10 @@
|
|||
</div>
|
||||
|
||||
<div id="fullscreen" class="hidden md:hidden fixed inset-0 block z-above-controls"></div>
|
||||
<div id="topleft-tools" class="z-index-above-map">
|
||||
<div id="topleft-tools" class="z-index-above-map pointer-events-none">
|
||||
<div class="p-3 flex flex-col items-end sm:items-start sm:flex-row sm:flex-wrap w-full sm:justify-between">
|
||||
<div id="searchbox" class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm"></div>
|
||||
<div id="userbadge" class="m-1"></div>
|
||||
<div id="searchbox" class="shadow rounded-full h-min w-full overflow-hidden sm:max-w-sm pointer-events-auto"></div>
|
||||
<div id="userbadge" class="m-1 pointer-events-auto"></div>
|
||||
</div>
|
||||
<div id="messagesbox" class="rounded-3xl overflow-hidden ml-3"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue