Skip to content

Commit

Permalink
fixed z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Sep 18, 2024
1 parent 19b1dc7 commit 64a7f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/KTable/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -547,18 +547,18 @@ td {
.sticky-header {
position: sticky;
top: 0;
z-index: 3;
z-index: 2;
}
.sticky-column {
position: sticky;
left: 0;
z-index: 2;
z-index: 1;
}
th.sticky-header.sticky-column,
td.sticky-header.sticky-column {
z-index: 4;
z-index: 3;
}
.sortable {
cursor: pointer;
Expand Down

0 comments on commit 64a7f80

Please sign in to comment.