2 parents f42f12a + 1e74c2e commit 30589a6Copy full SHA for 30589a6
1 file changed
static/css/map.css
@@ -372,8 +372,7 @@ html, body {
372
}
373
374
.leaflet-popup-content {
375
- max-height: min(500px, 70vh);
376
- overflow-y: auto;
+ overflow-y: visible;
377
378
379
.leaflet-popup-tip {
@@ -575,6 +574,11 @@ html, body {
575
574
box-shadow: 0 0 4px rgba(0,0,0,.3);
576
577
+.coloc-popup {
578
+ max-height: min(500px, 70vh);
579
+ overflow-y: auto;
580
+}
581
+
582
.coloc-header {
583
font-size: 0.78rem;
584
font-weight: 600;
0 commit comments