Range slider endpoints are cut off in Firefox
问题 I'm working on CSS for reasonably cross-browser native range slider. In Chrome the endpoints are fine but in Firefox they are cutoff. How can I normalize them to not be cut off in Firefox? HTML <fieldset class="range__field"> <input class="range is-stacking" type="range" min="0" max="10"> <svg class="range__axis is-stacking" role="presentation" width="100%" height="10" xmlns="http://www.w3.org/2000/svg"> <rect class="range__tick" x="0%" y="3" width="1" height="10"></rect> <rect class="range_