Skip to content

Commit

Permalink
fix(components/datatable): increase z-index value on sticky variation (
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloyi committed May 28, 2024
1 parent 280c4bb commit 541aa65
Show file tree
Hide file tree
Showing 2 changed files with 1,030 additions and 1,017 deletions.
4 changes: 2 additions & 2 deletions packages/styles/components/_c.datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
@include set-box-shadow("l");

top: 0;
z-index: 2;
z-index: 3;
}
}

Expand All @@ -187,7 +187,7 @@
&__footer {
border-top: get-border(s) solid $color-grey-300;
position: relative;
z-index: 2;
z-index: 3;
}
}
}
Expand Down
Loading

0 comments on commit 541aa65

Please sign in to comment.