Limit popup height

dev
Platon Yasev 3 years ago
parent 99edde20a3
commit 558dbb3940

@ -9,7 +9,7 @@
.mapboxgl-popup-content,
.maplibregl-popup-content {
@apply bg-grey-light shadow-lg rounded-md;
@apply bg-grey-light shadow-lg rounded-md max-h-[300px] overflow-y-auto;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,

Loading…
Cancel
Save