mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Fix empty table scrollbar, close #7142
This commit is contained in:
parent
47c5de29f3
commit
1f18c93d7f
@ -627,6 +627,12 @@
|
|||||||
margin-bottom: -20px;
|
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-left,
|
||||||
&-fixed-right {
|
&-fixed-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user