mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Pipeline corrections
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
|
||||
return pos;
|
||||
},
|
||||
handleScroll(event) {
|
||||
handleScroll() {
|
||||
let pos = this.findPos(this.stickyNav);
|
||||
let top = this.heightSum + this.top - window.scrollY;
|
||||
//console.log(window.scrollY);
|
||||
|
Reference in New Issue
Block a user