Skip to content

Commit

Permalink
kartena#77 content-box box-sizing is required for the rail and knob
Browse files Browse the repository at this point in the history
  • Loading branch information
ventralnet committed Nov 8, 2023
1 parent a6bab54 commit 7cf3cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/L.Control.Zoomslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
border-width: 0px 9px 0px 9px;
background-color: black;
margin: 0 auto;
box-sizing: content-box;
}
.leaflet-control-zoomslider-knob {
position: relative;
Expand All @@ -21,6 +22,7 @@
border-radius: 2px;
border: 1px solid #000;
margin-left: -6px;
box-sizing: content-box;
}
.leaflet-control-zoomslider-body:hover {
cursor: pointer;
Expand Down

0 comments on commit 7cf3cec

Please sign in to comment.