mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Fix popup pointer events
This commit is contained in:
parent
a7502baf7d
commit
f4e1833c24
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue