mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: table fixed columns should not overlap other z-index element
fix #20098
This commit is contained in:
parent
2006fa7570
commit
3d8b076b83
@ -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…
Reference in New Issue
Block a user