Hi Pablo,
I wanted to make JQuery Dialog Box scrollable on y-axis but I didn't find any options inside jquery dialog box properties is there any option present to make the dialog box scrollable?
Thanks and regards,
Shubham Ashtaputre.
How to make jquery dialog box scrollable?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: How to make jquery dialog box scrollable?
There is no standard option, but you can try this code:
Code: Select all
<style>
#Dialog1
{
overflow-y: scroll !important;
}
</style>