I have a modal box with a form. The content div has "overflow:hidden" option in the css.
When the selectize.js select box is clicked, and it goes below the bottom line of the div, it gets cut. Is there any solution to this problem?

Set the dropdownParent: "body" setting (so that the dropdown isn't a child of an element with clipping).
thanks
Most helpful comment
Set the
dropdownParent: "body"setting (so that the dropdown isn't a child of an element with clipping).