Quatro Legal
A fresh approach to legal counseling
alexistest3
= scrollPosition) { element.classList.add('fixed'); } else { element.classList.remove('fixed'); } } // Listen for scroll events and update the element's class window.addEventListener('scroll', updateElementClass); // Initial update when the page loads updateElementClass(); });