1
0
mirror of https://github.com/helenclx/leilukin-site.git synced 2025-04-09 09:22:42 +00:00

Remove smooth scrolling from

This commit is contained in:
Helen Chong 2024-06-11 03:04:50 +08:00
parent 513ee1c4b3
commit 1a4ccfaefe

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