Skip to content

Commit

Permalink
fix: Table selection arrow get covered by fixed column (#32276)
Browse files Browse the repository at this point in the history
* added higher z-index to selection column fixes #32268

* suggested changes
  • Loading branch information
g7i committed Sep 28, 2021
1 parent 4f7565c commit b786f25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/table/style/index.less
Expand Up @@ -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;
}
Expand Down

0 comments on commit b786f25

Please sign in to comment.