Merge pull request #16934 from ant-design/fix-table-scroll-bar

fix: abnormal scrollbar in Chrome
This commit is contained in:
偏右 2019-06-05 11:18:27 +08:00 committed by GitHub
commit c6e56e642d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,8 +270,8 @@
&-title + &-content {
position: relative;
overflow: hidden;
border-radius: @table-border-radius-base @table-border-radius-base 0 0;
.@{table-prefix-cls}-bordered & {
&,
table,