Skip to content

Commit 668f93a

Browse files
committed
fix: tabs cannot be displayed in Safari 13 #2199
1 parent aa63a8b commit 668f93a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tabs/style/index.less

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
> .@{tab-prefix-cls}-tabpane {
260260
flex-shrink: 0;
261261
width: 100%;
262+
-webkit-backface-visibility: hidden;
262263
opacity: 1;
263264
transition: opacity 0.45s;
264265
}

0 commit comments

Comments
 (0)