fix
This commit is contained in:
parent
440d1148fb
commit
53f90346e5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
let prevScrollpos = window.pageYOffset;
|
||||
|
||||
document.addEventListener('scroll', function(e) {
|
||||
console.log('this works')
|
||||
console.log('this works');
|
||||
|
||||
let currentScrollPos = window.pageYOffset;
|
||||
// var topBar = document.getElementById("fixed-bar-mobile");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue