Fix: make levelselector clickable again, fix #1416

This commit is contained in:
Pieter Vander Vennet 2023-05-25 10:39:51 +02:00
parent b86e2910ba
commit 8b5daefc90

View file

@ -157,7 +157,7 @@
<div class="flex flex-col items-end">
<!-- bottom right elements -->
<If condition={state.floors.map(f => f.length > 1)}>
<div class="mr-0.5">
<div class="mr-0.5 pointer-events-auto">
<LevelSelector floors={state.floors} layerState={state.layerState} zoom={state.mapProperties.zoom}/>
</div>
</If>