Skip to content

Commit

Permalink
add rounded tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdemaegdt committed Feb 8, 2024
1 parent 467aebd commit 28654b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ onMounted(() => {

<style>
.maplibregl-popup-content {
@apply p-0;
@apply p-0 rounded-lg overflow-hidden;
}
.maplibregl-info {
Expand Down

0 comments on commit 28654b0

Please sign in to comment.