mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: Table selection arrow get covered by fixed column (#32276)
* added higher z-index to selection column fixes #32268 * suggested changes
This commit is contained in:
parent
4f7565c287
commit
b786f25918
@ -437,6 +437,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
table tr th&-selection-column&-cell-fix-left {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
table tr th&-selection-column::after {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user