mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
fix: solve selection column cover by other cell when fixed (#39940)
This commit is contained in:
parent
401ef66111
commit
5de9fd7909
@ -37,7 +37,7 @@ const genSelectionStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
||||
},
|
||||
|
||||
[`table tr th${componentCls}-selection-column${componentCls}-cell-fix-left`]: {
|
||||
zIndex: token.zIndexTableFixed,
|
||||
zIndex: token.zIndexTableFixed + 1,
|
||||
},
|
||||
|
||||
[`table tr th${componentCls}-selection-column::after`]: {
|
||||
|
Loading…
Reference in New Issue
Block a user