summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/global.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/global.js b/js/global.js
index 3a4074d27..a590c6ac6 100644
--- a/js/global.js
+++ b/js/global.js
@@ -204,7 +204,7 @@ const scroll_element_into_view = () => {
if ($comment) {
window.setTimeout(() => {
window.scrollTo(0, $comment.offsetTop - $header.offsetHeight - 20);
- }, 100);
+ }, 250);
}
}
}