Skip to content
Snippets Groups Projects
Commit 90992b8f authored by Henrik Askjer's avatar Henrik Askjer
Browse files

comment out scrolling

parent 1e7a2234
No related branches found
No related tags found
No related merge requests found
......@@ -475,6 +475,7 @@ export default {
}
}
/*
window.onscroll = () => {
if (window.pageYOffset > this.max_scroll && window.pageYOffset > window.window.innerHeight) {
......@@ -495,7 +496,7 @@ export default {
})
}
}
}
} */
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment