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%;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue