Skip to content

Commit

Permalink
Fixed the z-index of fixed table column (#1882)
Browse files Browse the repository at this point in the history
* Reduced table column z-index by 1

* Increased tippy z-index

* Revert 'Increased tippy z-index'

This reverts commit 6f60621.
  • Loading branch information
goutham-subramanyam authored Oct 19, 2023
1 parent 68e2e50 commit 684d2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

table tr th.ant-table-selection-column,
table tr td.ant-table-selection-column {
z-index: 9999;
z-index: 9998;
}

.ant-table-cell-fix-left,
Expand Down

0 comments on commit 684d2d3

Please sign in to comment.