[jQuery] innerWidth + overflow
Hello
I have an element with internal scrollbar
I noticed the innerWidth() property always return the same value
indepentent of my internal scroll
is there a way to measure the internal width, considering the
overflow?
Thanks