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) {
|
||||
@apply z-20;
|
||||
@apply z-40;
|
||||
@apply flex;
|
||||
@apply flex-col;
|
||||
@apply items-end;
|
||||
|
@ -348,7 +348,7 @@
|
|||
|
||||
div :global(.mapboxgl-popup) {
|
||||
@apply w-fit;
|
||||
@apply z-20;
|
||||
@apply z-50;
|
||||
}
|
||||
|
||||
div :global(.mapboxgl-popup-content) {
|
||||
|
|
Loading…
Reference in a new issue