mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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 {
|
table tr th&-selection-column::after {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user