Hyperlink popup (leaflet-popup-tip): fix cropped Shadow

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I0782d2117a9b08489b2f43e56f1831b45c4dd2b3
This commit is contained in:
Pedro Pinto Silva 2020-11-10 13:09:21 +01:00 committed by pedropintosilva
parent 993aed9180
commit ccd3b1949f

View file

@ -516,7 +516,8 @@ a.leaflet-control-buttons:hover:first-child {
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;