sidebar changes. build script.

This commit is contained in:
Lazy Hippopotamus
2023-06-06 15:32:11 -04:00
parent 3fd42d469b
commit 4423bd9dff
6 changed files with 109 additions and 30 deletions

View File

@@ -30,6 +30,7 @@ const scrollchecks = () => {
});
};
window.addEventListener("scroll", scrollchecks);
window.addEventListener("scrollend", scrollchecks);
window.addEventListener("wheel", scrollchecks);
window.addEventListener("resize", scrollchecks);
window.addEventListener("load", scrollchecks);