Advertisement
GochiSiyan

disable scroll

May 3rd, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. add_action('wp_footer',function (){
  2. ?>
  3. <script>
  4. setTimeout(function () {
  5. document.querySelector('.pnlm-ui.pnlm-grab').addEventListener('mousewheel', function(event) {
  6. event.stopImmediatePropagation();
  7. }, true);
  8. },200);
  9. </script>
  10. <?php
  11. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement