I'm developing a scroll bar in JQuery
for an element, a div
, I need the bar to be the right size to scroll, I'm posting the code with the error to see if you can help me: / p>
The bar is not responsive, I tried to use $( window ).width()
in the measurement but it did not work.