Summary:
Select options behave differently if the select element is a flex item. Long text in options will make the page overflow for no reason.
Platforms:
iOS Safari 7 - 10
How to reproduce:
- Load the example
- Swipe to the right
Reduced Example:
https://jsfiddle.net/zj1n06fp/6/
Workarounds:
Add overflow-x: hidden on the select element.
Summary:
Select options behave differently if the select element is a flex item. Long text in options will make the page overflow for no reason.
Platforms:
iOS Safari 7 - 10
How to reproduce:
Reduced Example:
https://jsfiddle.net/zj1n06fp/6/
Workarounds:
Add
overflow-x: hiddenon the select element.