Skip to content

Commit db919d4

Browse files
authored
Merge pull request #901 from nextcloud/bugfix/noid/scroll-container
Move to app content as the scroll container
2 parents cfa5062 + 8037426 commit db919d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $(function(){
6161
ignoreScroll: 0,
6262
$container: $('#container'),
6363
lastDateGroup: null,
64-
$content: $(document),
64+
$content: $('#app-content'),
6565
firstKnownId: 0,
6666
lastGivenId: 0,
6767
activities: {},

0 commit comments

Comments
 (0)