diff --git a/public/s/js/f0ck.js b/public/s/js/f0ck.js index 13769d0..3d622f8 100644 --- a/public/s/js/f0ck.js +++ b/public/s/js/f0ck.js @@ -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;