put ui elements below popups

This commit is contained in:
vcoppe
2024-10-01 16:59:20 +02:00
parent 3262dec7d3
commit 48eaa344e4
2 changed files with 2 additions and 2 deletions

View File

@@ -296,7 +296,7 @@
}
div :global(.mapboxgl-ctrl-top-right) {
@apply z-40;
@apply z-20;
@apply flex;
@apply flex-col;
@apply items-end;

View File

@@ -58,7 +58,7 @@
<div class="grow relative">
<Menu />
<div
class="absolute top-0 bottom-0 left-0 z-40 flex flex-col justify-center pointer-events-none"
class="absolute top-0 bottom-0 left-0 z-20 flex flex-col justify-center pointer-events-none"
>
<Toolbar />
</div>