Skip to content

Commit 9c7ce10

Browse files
committed
Update filebrowser.js
1 parent 47274fb commit 9c7ce10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ async function renderSidebarHTML(pageNum = 1) {
837837
fileWrapper.innerHTML += out;
838838

839839
// scroll to end of additional page
840-
sidebar.scrollTo(0, (sidebar.scrollHeight - sidebar.clientHeight - 54));
840+
sidebar.scrollTo(0, (sidebar.scrollHeight - sidebar.clientHeight - 1));
841841

842842
}
843843

0 commit comments

Comments
 (0)