From 79aba54dd4404c3c6123f78829f7475b77e72b9b Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 20 Dec 2016 18:08:13 +0800 Subject: [PATCH] fix dragger tab panel content, close #387 --- 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 5fcdd26518..e5caed4e41 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -74,5 +74,6 @@ .@{tabs-prefix-cls}-tabpane-inactive { height: 0; + overflow: visible; } }