Does anyone know if there is a way to disable scroll bars in the jquery dialog box? The content that I have in the div is 300 px but the dialog is set to 200px. It automatically puts the scrollbars but I do not want them. I will add it myself to the second div that makes it bigger than the window. Any help is appreciated.
Share
Do you mean the jQuery UI dialog widget?
You can pass an option when you create it to specify its height, e.g.
Make it taller than the content you’re putting into it, and I suspect you’d be golden.