Skip to content

Commit

Permalink
Fix tracklist header not being sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 7, 2025
1 parent 1c384e6 commit 4915a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TracksListHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 100%;
position: sticky;
top: 0;
z-index: 1;
z-index: 5;
}

.cellTrackPlaying {
Expand Down

0 comments on commit 4915a9f

Please sign in to comment.