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