mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix empty table scrollbar, close #7142
This commit is contained in:
parent
47c5de29f3
commit
1f18c93d7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user