Using resizable overflow:auto doesnt work properly

Using resizable overflow:auto doesnt work properly


When applying resizable to a div that has a style = 'overflow:auto;',
the div will always have a scroll bar on it even when the contents of
the div doesn't exceed its capacity (width, height).
The expected behavior, is to have scroll bars only when needed!
Any advice on this?
Thanks.