routing control popup progress

This commit is contained in:
vcoppe
2024-04-26 13:33:17 +02:00
parent 7ec68c1a26
commit de1b5f3820
5 changed files with 97 additions and 6 deletions

View File

@@ -168,4 +168,18 @@
div :global(.mapboxgl-ctrl-bottom-right) {
@apply bottom-9;
}
div :global(.mapboxgl-popup) {
@apply w-fit;
}
div :global(.mapboxgl-popup-content) {
@apply p-0;
@apply bg-transparent;
@apply shadow-none;
}
div :global(.mapboxgl-popup-tip) {
@apply drop-shadow-md;
}
</style>