From 2d02792da7fe6e99d51f86ca7e54660f29ece533 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 17 Feb 2017 17:41:23 +0800 Subject: [PATCH] Add max-height for table filter dropdown menu, close #4916 --- components/table/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/table/style/index.less b/components/table/style/index.less index 79591f0ef3..239378450d 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -369,6 +369,8 @@ border: 0; box-shadow: none; border-radius: @border-radius-base @border-radius-base 0 0; + max-height: 400px; + overflow-x: hidden; &-item > label + span { padding: 0;