修复firefox下无数据且固定表头时ant-table-body占高度的问题 (#3632)

This commit is contained in:
ddcat1115 2016-10-28 11:14:37 +08:00 committed by 偏右
parent d3bb55b825
commit 9d218860b5

View File

@ -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;