ember-cli-selectize
ember-cli-selectize copied to clipboard
CSS fix needed when the select filed is within div container, with overlow: auto
We are seeing ember-selectize dropdown is clipped (dropdown is hidden) if ember-selectize is used within another container div, with style="overflow: auto". Same works fine if the continer div style is set to style="overflow: visible"
Same is not the case with normal html select tag, irrespective of container height, select dropdown is overlayed outside the container.
This seem to be a issue with some style attributes of selectize component. Any known CSS fixes to selectize.