diff --git a/src/ol/ol.css b/src/ol/ol.css index 0a3ee06e0e..8ba9b1d313 100644 --- a/src/ol/ol.css +++ b/src/ol/ol.css @@ -150,6 +150,9 @@ border: none; padding: 0; } +.ol-control button span { + pointer-events: none; +} .ol-zoom-extent button { line-height: 1.4em; }