Browse Source

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

fix #20098
pull/20117/head
zombiej 5 years ago
parent
commit
3d8b076b83
  1. 1
      components/table/style/index.less

1
components/table/style/index.less

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

Loading…
Cancel
Save