White corner showing on black box with Border-radius

前端 未结 4 1626
独厮守ぢ
独厮守ぢ 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条回答
  •  -上瘾入骨i
    2021-01-04 08:00

    Finally fixed this completely by adding this on parent and child divs.

    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    outline:none;
    border:none;
    text-decoration:none;
    

提交回复
热议问题