lets see if this works better now
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s
This commit is contained in:
@@ -311,8 +311,8 @@ window.requestAnimFrame = (function(){
|
||||
|
||||
// disable default scroll event when mouse is on content div
|
||||
// this is useful for items that have a lot of tags for example: 12536
|
||||
const targetSelector = '.content'; // <-- your target class
|
||||
let isMouseOver = false;
|
||||
const targetSelector = '.content';
|
||||
let isMouseOver = true;
|
||||
|
||||
function isPageScrollable() {
|
||||
return document.documentElement.scrollHeight > document.documentElement.clientHeight;
|
||||
|
Reference in New Issue
Block a user