From cdd61a90252d38d533ee24bd2612893f0479451c Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sat, 2 Jan 2021 17:29:40 +0100 Subject: [PATCH] Supply image min-height to prevent defunct autoPan. --- wrmap.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrmap.css b/wrmap.css index 22ff643..77b1b13 100644 --- a/wrmap.css +++ b/wrmap.css @@ -22,6 +22,9 @@ .ol-popup h2 { margin-top: 0px; } +.ol-popup img { + min-height: 130px; +} .ol-popup:after { border-top-color: white; border-width: 10px; -- 2.39.5