I have a modal dialog set on an iframe using JQuery UI showing a separate page. When the page content height is bigger than the dialog height the scrollbars kind of show up in Firefox although a bit far to the right, when I use Internet Explorer 8 or Chrome they do not show tho. My code goes as follows:
How can I make those scrollbars show on IE and Chrome?. I have done a decent amount of research and seems that `overflow:visible` or `overflow:auto` would do the trick but this hasn't worked for me yet. Could it be a bug on jquery-ui version if so How can I fix it?.