White corner showing on black box with Border-radius

前端 未结 4 1649
独厮守ぢ
独厮守ぢ 2021-01-04 07:27

I am getting a odd effect (currently in chrome). I have created my own overlay dialog box. which has a semi transparent background sitting on top of my website with a box on

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 07:56

    You should try on the parent div:

    -webkit-background-clip: padding-box;
    

提交回复
热议问题