Use global box shadow for popups

This commit is contained in:
James Lyne 2021-05-28 15:21:05 +01:00
parent e28cc56a9a
commit aee164f8c0

View File

@ -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 {