Remove smooth scrolling from

This commit is contained in:
Helen Chong 2024-06-11 03:04:50 +08:00
parent 513ee1c4b3
commit 1a4ccfaefe
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@
window.scrollTo({
top: 0,
left: 0,
behavior: "smooth",
});
});
</script>