From f4e1833c24a64c5d37c573912e5e80fee0960dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Mon, 9 Feb 2015 00:55:26 +0100 Subject: [PATCH] Fix popup pointer events --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index f3e7acf..4fdb580 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -24,10 +24,15 @@ a { height: 100%; } +.leaflet-popup { + pointer-events: none; +} + .leaflet-popup-content { font-family: 'Libre Baskerville', serif; margin: 1.3em; line-height: inherit; + pointer-events: auto; } .leaflet-popup-content-wrapper {