Remove smooth scrolling from

This commit is contained in:
Leilukin 2024-06-11 03:04:50 +08:00 committed by Helen Chong
parent 7a1e3a0d2b
commit fbb0fa15f0

View File

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