Fix popup pointer events

This commit is contained in:
Arne Schlüter 2015-02-09 00:55:26 +01:00
commit f4e1833c24

View file

@ -24,10 +24,15 @@ a {
height: 100%; height: 100%;
} }
.leaflet-popup {
pointer-events: none;
}
.leaflet-popup-content { .leaflet-popup-content {
font-family: 'Libre Baskerville', serif; font-family: 'Libre Baskerville', serif;
margin: 1.3em; margin: 1.3em;
line-height: inherit; line-height: inherit;
pointer-events: auto;
} }
.leaflet-popup-content-wrapper { .leaflet-popup-content-wrapper {