Make sure to be on top of page

This commit is contained in:
Christian Semmler 2025-06-16 15:53:45 -07:00
parent 38d165c8b4
commit 86bf3333ff
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -971,6 +971,7 @@
// Show selected page
page.style.display = 'flex';
window.scroll(0, 0);
if (pushState) {
const newPath = pageId.replace('-page', '');