Fix empty table scrollbar, close #7142

This commit is contained in:
afc163 2017-08-09 21:55:38 +08:00
parent 47c5de29f3
commit 1f18c93d7f

View File

@ -627,6 +627,12 @@
margin-bottom: -20px;
}
// Ignore the scroll.x width
// https://github.com/ant-design/ant-design/issues/7142
&-empty &-scroll &-body &-fixed {
width: auto !important;
}
&-fixed-left,
&-fixed-right {
position: absolute;