This repository was archived by the owner on Oct 27, 2022. It is now read-only.
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
IE10, IE11 ComboBox popup completely overflows #39
Closed
Description
ComboBox has trouble in IE 11 because of flexbox bug. The max-height
style gets completely ignored, content of the ComboBox gets stretched and overflow gets ignored. I found only two simple solutions:
- Set the height to specific size
- Don't use flexbox
Metadata
Metadata
Assignees
Labels
No labels