What causes a parent container to cut off content in child element?

烂漫一生 提交于 2019-12-08 05:13:45

问题


On Mac Safari and Chrome, this dark select box appears correctly:

In iOS Safari, it gets cut off at the border of the selected div:

What could make that happen? Here are the styles of the selected parent:

and on the select box:


回答1:


One of the parents of the select box had overflow-y hidden.



来源:https://stackoverflow.com/questions/29551733/what-causes-a-parent-container-to-cut-off-content-in-child-element

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!