Skip to content

Commit

Permalink
workaround for table loading style in safari, close ant-design#4622
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jan 19, 2017
1 parent 9189d3c commit df0426b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/spin/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
filter: blur(1px);
/* IE6~IE9 */
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)"; // lesshint duplicateProperty: false
// workround for strange bug in safari, having no clue that why this works
// https://github.com/ant-design/ant-design/issues/4622
-webkit-transform: translateZ(0);
&:after {
content: '';
position: absolute;
Expand Down

0 comments on commit df0426b

Please sign in to comment.