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:
Gourav Saini 2021-09-28 16:06:55 +05:30 committed by GitHub
parent 4f7565c287
commit b786f25918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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