Advertisement
swte

Divi sticky header fix js

May 21st, 2021
995
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !function(){requestAnimationFrame(function e(){document.querySelector("html").scrollTop>10?document.querySelector("header").classList.add("et-fixed-header"):document.querySelector("header").classList.remove("et-fixed-header"),requestAnimationFrame(e)})}();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement