Remove gap between leaflet-popup-tip-container and leaflet-popup-content-wrapper (#7920)

This commit is contained in:
Robert Linder 2022-01-19 10:38:50 +01:00 committed by GitHub
parent 103c361cfa
commit ba7fdb9569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
dist/leaflet.css vendored
View File

@ -485,6 +485,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
@ -541,9 +542,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,