mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 09:52:54 +00:00
routing control popup progress
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user