Skip to content

Commit

Permalink
Move to app content as the scroll container
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 31, 2022
1 parent 94b821f commit f83957d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $(function(){
ignoreScroll: 0,
$container: $('#container'),
lastDateGroup: null,
$content: $(document),
$content: $(#'app-content'),
firstKnownId: 0,
lastGivenId: 0,
activities: {},
Expand Down

0 comments on commit f83957d

Please sign in to comment.