top of page
bottom of page
$w.onReady(() => { const el = document.getElementById("SCROLL_TO_TOP"); if (el) { el.removeAttribute("role"); el.setAttribute("aria-hidden", "true"); } });