The vertical width of the clickable area (track) on the range input appears larger than expected in my Chrome browser (version 102.0.5005.63).
Interestingly, it displays correctly in the code snippet.
Is this a bug specific to Chrome?
<div id="div_1" style="background-color:rgb(200,200,200)">
<input type="range" id="sld_1" min="1" max="100" value="100" style="width:100px">
</div>