From 624816aae2489c2efbf7e70d48ad39a45e11a111 Mon Sep 17 00:00:00 2001
From: tangjinzhou <415800467@qq.com>
Date: Sun, 21 Jul 2019 21:53:30 +0800
Subject: [PATCH] fix: dropdown menu flashing #975

---
 components/dropdown/style/index.less | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/dropdown/style/index.less b/components/dropdown/style/index.less
index b8fcb0910..f8e917a67 100644
--- a/components/dropdown/style/index.less
+++ b/components/dropdown/style/index.less
@@ -55,7 +55,6 @@
     border-radius: @border-radius-base;
     box-shadow: @box-shadow-base;
     background-clip: padding-box;
-    -webkit-transform: translate3d(0, 0, 0);
 
     &-item-group-title {
       color: @text-color-secondary;