file tabs

This commit is contained in:
vcoppe
2024-04-19 16:13:08 +02:00
parent 675b1bd919
commit 13af33903b
12 changed files with 207 additions and 10 deletions

View File

@@ -113,4 +113,12 @@
@apply h-full;
@apply overflow-hidden;
}
div :global(.mapboxgl-ctrl-bottom-left) {
@apply bottom-10;
}
div :global(.mapboxgl-ctrl-bottom-right) {
@apply bottom-10;
}
</style>