You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slavanga
changed the title
iOS 7-9 Safari: Long select options with flexbox parent overflow the page
iOS 7-10 Safari: Long select options with flexbox parent overflow the page
Oct 8, 2016
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: hidden
on the select element.The text was updated successfully, but these errors were encountered: