Skip to content

Commit

Permalink
fix: individual pages do not scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans committed Dec 2, 2024
1 parent 65298e6 commit 5143081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h2>Todays Puzzle</h2>
leaderboards.total,
false
);
move_middle(document.querySelector(".leaderboard_total"))
}

setInterval(get_data, 60000 * 15);
Expand Down
1 change: 1 addition & 0 deletions templates/leaderboard_today.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h2>Todays Puzzle</h2>
leaderboards.today,
true
);
move_middle(document.querySelector(".leaderboard_today"));
}

setInterval(get_data, 60000 * 15);
Expand Down

0 comments on commit 5143081

Please sign in to comment.