🐛 Fix Table filter dropdown button not clickable

This commit is contained in:
afc163 2018-12-11 11:08:18 +08:00
parent ce2469667d
commit 6ee4c1a290
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -410,6 +410,7 @@
background: @component-background; background: @component-background;
border-radius: @border-radius-base; border-radius: @border-radius-base;
box-shadow: @box-shadow-base; box-shadow: @box-shadow-base;
position: relative;
.@{ant-prefix}-dropdown-menu { .@{ant-prefix}-dropdown-menu {
border: 0; border: 0;