Use global box shadow for popups
This commit is contained in:
parent
e28cc56a9a
commit
aee164f8c0
@ -18,12 +18,14 @@
|
||||
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
|
||||
background-color: var(--background-base);
|
||||
color: var(--text-base);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
max-height: 50vh;
|
||||
display: flex;
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user