We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47274fb commit 9c7ce10Copy full SHA for 9c7ce10
filebrowser.js
@@ -837,7 +837,7 @@ async function renderSidebarHTML(pageNum = 1) {
837
fileWrapper.innerHTML += out;
838
839
// scroll to end of additional page
840
- sidebar.scrollTo(0, (sidebar.scrollHeight - sidebar.clientHeight - 54));
+ sidebar.scrollTo(0, (sidebar.scrollHeight - sidebar.clientHeight - 1));
841
842
}
843
0 commit comments