Skip to content

Commit

Permalink
Fix visual bug, icons scrolling in front of sticky header (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmargolis committed Apr 29, 2024
1 parent ab27dfe commit 6473cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/components/_sticky-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background-color: color('white');
position: sticky;
top: 0;
z-index: 1;

&::after {
content: '';
Expand Down

0 comments on commit 6473cc5

Please sign in to comment.