Skip to content

Commit

Permalink
Merge pull request #901 from nextcloud/bugfix/noid/scroll-container
Browse files Browse the repository at this point in the history
Move to app content as the scroll container
  • Loading branch information
PVince81 authored Sep 1, 2022
2 parents cfa5062 + 8037426 commit db919d4
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 db919d4

Please sign in to comment.