fix: table fixed columns should not overlap other z-index element

fix #20098
This commit is contained in:
zombiej 2019-12-05 18:16:39 +08:00
parent 2006fa7570
commit 3d8b076b83

View File

@ -17,6 +17,7 @@
.@{table-prefix-cls} {
.reset-component;
position: relative;
z-index: 0;
clear: both;
// https://github.com/ant-design/ant-design/issues/17611