1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 16:25:44 +02:00
This commit is contained in:
tamaina
2023-07-18 04:48:22 +00:00
parent 7895474263
commit 1ccac0c1e3

View File

@@ -429,7 +429,7 @@ function visibilityChange() {
isPausingUpdate.value = true;
timerForSetPause.value = null;
if (!backed) {
scrollBy(scrollableElement, { top: 16, behavior: 'instant' });
scrollBy(scrollableElement, { top: 32, behavior: 'instant' });
backed = true;
}
},