mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
修复firefox下无数据且固定表头时ant-table-body占高度的问题 (#3632)
This commit is contained in:
parent
d3bb55b825
commit
9d218860b5
@ -444,6 +444,12 @@
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
|
||||
/* fix firefox scrollbar bug */
|
||||
&-fixed-header&-empty &-scroll &-body {
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
|
||||
&-fixed-left,
|
||||
&-fixed-right {
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user