Skip to content

Commit

Permalink
🐛 - fix: fix a bug that caused z-index issues on selects in the DataG…
Browse files Browse the repository at this point in the history
…rid component
  • Loading branch information
svenvandescheur committed Oct 15, 2024
1 parent 12b6c2f commit 2eeacf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data/datagrid/datagrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
background-color: var(--typography-color-background);
position: sticky;
top: 0;
z-index: 1;
z-index: 20;
}

&__toolbar ~ &__scrollpane:not(&__scrollpane--overflow-y) &__thead {
Expand Down

0 comments on commit 2eeacf1

Please sign in to comment.