ember-cli-selectize icon indicating copy to clipboard operation
ember-cli-selectize copied to clipboard

CSS fix needed when the select filed is within div container, with overlow: auto

Open nagkumar opened this issue 9 years ago • 0 comments

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.

nagkumar avatar Mar 22 '16 15:03 nagkumar