From 803742670083a340557ffaeb32ee6b85f824ef14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 31 Aug 2022 10:30:53 +0200 Subject: [PATCH] Move to app content as the scroll container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 8707c7b2b..3d8a535e4 100755 --- a/js/script.js +++ b/js/script.js @@ -61,7 +61,7 @@ $(function(){ ignoreScroll: 0, $container: $('#container'), lastDateGroup: null, - $content: $(document), + $content: $('#app-content'), firstKnownId: 0, lastGivenId: 0, activities: {},