forked from MapComplete/MapComplete
Fix: make levelselector clickable again, fix #1416
This commit is contained in:
parent
b86e2910ba
commit
8b5daefc90
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
<div class="flex flex-col items-end">
|
<div class="flex flex-col items-end">
|
||||||
<!-- bottom right elements -->
|
<!-- bottom right elements -->
|
||||||
<If condition={state.floors.map(f => f.length > 1)}>
|
<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}/>
|
<LevelSelector floors={state.floors} layerState={state.layerState} zoom={state.mapProperties.zoom}/>
|
||||||
</div>
|
</div>
|
||||||
</If>
|
</If>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue