CSS Border radius not trimming image on Webkit

前端 未结 6 1355
闹比i
闹比i 2020-11-27 20:21

I\'m having trouble figuring out why border-radius is gone from my #screen element when using chrome but not firefox or ie9?

I have all the different prefixes for ea

6条回答
  •  离开以前
    2020-11-27 21:01

    There is a much simpler solution.

    Just add overflow:hidden to the container that has the border-radius and holds the child elements. This prevents the children 'flowing' over the container.. Thus fixing the problem and showing the border-radius

提交回复
热议问题