From df0426b2c9ca303e18bbb7def28a8328053543cf Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 19 Jan 2017 15:08:28 +0800 Subject: [PATCH] workaround for table loading style in safari, close #4622 --- components/spin/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/spin/style/index.less b/components/spin/style/index.less index ed20005020..4ee654edc1 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -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;