Skip to content

Commit

Permalink
Add sticky table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
xdpirate committed Feb 26, 2024
1 parent 9619ec2 commit 9c18dee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/startscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ function applyTheme(themeName) {
display: ${hideAddGame == 1 ? "none" : "block"};
}
thead {
position: sticky;
top: 0px;
}
h1 {
margin: 0;
}
Expand Down Expand Up @@ -296,7 +301,7 @@ function applyTheme(themeName) {
.tableRounder {
border-radius: 10px;
overflow: hidden;
overflow: clip;
}
#tbaWrapper, #releasedWrapper, #collectionWrapper {
Expand Down

0 comments on commit 9c18dee

Please sign in to comment.