fix z-indices
This commit is contained in:
parent
a96f989199
commit
0c16ddd534
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
div :global(.mapboxgl-ctrl-top-right) {
|
div :global(.mapboxgl-ctrl-top-right) {
|
||||||
@apply z-20;
|
@apply z-40;
|
||||||
@apply flex;
|
@apply flex;
|
||||||
@apply flex-col;
|
@apply flex-col;
|
||||||
@apply items-end;
|
@apply items-end;
|
||||||
|
@ -348,7 +348,7 @@
|
||||||
|
|
||||||
div :global(.mapboxgl-popup) {
|
div :global(.mapboxgl-popup) {
|
||||||
@apply w-fit;
|
@apply w-fit;
|
||||||
@apply z-20;
|
@apply z-50;
|
||||||
}
|
}
|
||||||
|
|
||||||
div :global(.mapboxgl-popup-content) {
|
div :global(.mapboxgl-popup-content) {
|
||||||
|
|
Loading…
Reference in a new issue