Scroll Event doesnt work in Odoo ??!!!
for example:
window.addEventListener('scroll',()=>{
let scrollTop = document.documentElement.scrollTop;
if(scrollTop > 100){
console.log('morther than 100px')
}else{
console.log('lower than 100px')
}
})
do you have solutions for me???
hi thanks a lot, but my version odoo is 16...... this code is not working for me