From b2c9be7bda6622a081fe66a9f2ed99b06ac4d32c Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 5 Feb 2024 15:40:06 -0600 Subject: [PATCH] Modify the offset --- resources/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/common.js b/resources/common.js index d30f50f..3073739 100644 --- a/resources/common.js +++ b/resources/common.js @@ -488,7 +488,7 @@ $(function() { content = JSON.parse(content); $('#content').html(content.html); onWindowReady(); - $(window).scrollTop(content.scrollOffset); + $(window).scrollTop(content.scrollOffset - 100); window.page = content.page; window.has_next_page = content.has_next_page; }