Fix fixed element in spin

close #10196
This commit is contained in:
afc163 2018-06-15 14:09:19 +08:00
parent 450a497412
commit c540ceb8eb

View File

@ -87,10 +87,7 @@
/* autoprefixer: off */
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
// workround for a strange style bug in safari:
// https://github.com/ant-design/ant-design/issues/4622
// have no clue why this works
-webkit-transform: translateZ(0);
&:after {
content: '';
position: absolute;