Skip to content

Commit

Permalink
Add higher z-index on table header to render on top of tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 13, 2023
1 parent fcc407e commit 93b82cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@
}
}
thead {
position: sticky;
top: -1px;
z-index: z-index(".components-tooltip") + 1;

tr {
border: 0;
}
th {
position: sticky;
top: -1px;
background-color: lighten($gray-100, 4%);
box-shadow: inset 0 -#{$border-width} 0 $gray-100;
border-top: 1px solid $gray-100;
Expand Down

0 comments on commit 93b82cf

Please sign in to comment.