How to make CSS3 rounded corners hide overflow in Chrome/Opera

后端 未结 13 1801
无人及你
无人及你 2020-11-22 09:10

I need round corners on a parent div to mask content from its childen. overflow: hidden works in simple situations, but breaks in webkit based browsers and Oper

13条回答
  •  失恋的感觉
    2020-11-22 09:47

    Not an answer, but this is a filed bug under the Chromium source: http://code.google.com/p/chromium/issues/detail?id=62363

    Unfortunately, doesn't look like there's anyone working on it. :(

提交回复
热议问题