Could you please review the following:
https://codepen.io/sir-j/pen/dyRVrPb
I am encountering an issue where setting the input [type=range]
to 500px doesn't seem to make a difference from 100px, 500px, or 800px. This leads me to believe that display: flex
is interfering with my elements and imposing a maximum length. I would like the width of input [type=range]
to match the height of its parent in pixels. Is there a way to achieve this?