From d6da30573bddc8695370671c95717e9bf9bba40c Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 23 May 2017 17:59:27 +0800 Subject: [PATCH] Fix inactive tab panel behavious, close #6237 --- components/tabs/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index e4a8a012a8..9dde90f3a4 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -200,6 +200,7 @@ opacity: 0; height: 0; padding: 0!important; + pointer-events: none; } } > .@{tab-prefix-cls}-content-animated {