From 2f411906b4ae4f32179a4d881853eb8be3561ffe Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sat, 2 Jan 2021 17:13:50 +0100 Subject: [PATCH] Remove big gap in popup. --- wrmap.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wrmap.css b/wrmap.css index 0cbdfbd..22ff643 100644 --- a/wrmap.css +++ b/wrmap.css @@ -19,6 +19,9 @@ position: absolute; pointer-events: none; } +.ol-popup h2 { + margin-top: 0px; +} .ol-popup:after { border-top-color: white; border-width: 10px; -- 2.30.2