Chrome Box-Shadow display error in combination with border-radius
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: http://jsfiddle.net/54tLcje5/ HTML: <div id="layer_content_wrapper"> </div> CSS: body { background-color: black; } #layer_content_wrapper { position: absolute; z-index: 100; width: 300px; height: 300px; background-color: rgba(0, 0, 0, 0.7); background-color: white; left: 50%; margin-left: -150px; top: 60px; -webkit-border-radius: 150px; -webkit-box-shadow: 0px 0px 300px 100px red; } Is there a workaround? Am I doing something wrong? The display error did not occur rughly 3 Months ago...it has to have something to do with something which has