FIX: scroll only screen
This commit is contained in:
@@ -47,7 +47,7 @@ useSeoMeta({
|
|||||||
const dataStore = useDataStore()
|
const dataStore = useDataStore()
|
||||||
|
|
||||||
const scrollDown = function () {
|
const scrollDown = function () {
|
||||||
window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' })
|
window.scrollTo({ top: window.innerHeight, behavior: 'smooth' })
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user