Skip to content
It looks like the link pointing here was faulty. Maybe try searching?
// GLOBAL SCROLL UNLOCK document.addEventListener("DOMContentLoaded", function() { document.body.style.overflow = "auto"; document.documentElement.style.overflow = "auto"; });