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%;
}
.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 {