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:
parent
993aed9180
commit
ccd3b1949f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue