Skip to content

Commit abe9f0d

Browse files
committed
Update filebrowser.js
1 parent c5cef77 commit abe9f0d

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 - 1));
840+
sidebar.scrollTo(0, (sidebar.scrollHeight - 54));
841841

842842
}
843843

0 commit comments

Comments
 (0)