fix: Table no showing scrollbar inside Row (#24661)

Co-authored-by: wb-zt519997 <wb-zt519997@alibaba-inc.com>
This commit is contained in:
张大大 2020-06-01 20:51:27 +08:00 committed by GitHub
parent b83c8636fa
commit 061b457031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
@table-header-sort-active-filter-bg: lighten(@table-header-sort-active-bg, 2%);
.@{table-prefix-cls}-wrapper {
max-width: 100%;
.clearfix;
}