Fix weird scrolling on help page

This commit is contained in:
Ajay
2022-01-24 22:59:43 -05:00
parent 28a711de75
commit 963ead0a30

View File

@@ -281,7 +281,7 @@ async function init() {
document.getElementById(tabFor).classList.remove("hidden");
tabElements[i].addEventListener("click", () => {
location.hash = tabFor;
if (!embed) location.hash = tabFor;
createStickyHeader();