Selectize.js: Selectize.js gets "cut" when placed in area with "overflow:hidden".

Created on 15 Nov 2013  路  2Comments  路  Source: selectize/selectize.js

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?

selectizejs-overflowhidden

question

Most helpful comment

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

All 2 comments

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

thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Saeven picture Saeven  路  15Comments

nesl247 picture nesl247  路  37Comments

nepsdotin picture nepsdotin  路  15Comments

andriijas picture andriijas  路  21Comments

AndyBean picture AndyBean  路  15Comments