Scroll Nav Limit Fix
User if ($('.overlay-slider-grid').length) { const $overlaySliderGrid = $('.overlay-slider-grid'); const $overlayslider = $('.overlay-slider'); const $mainparent = $overlaySliderGrid.find('.content-overlayslider'); const $hoverItems = $mainparent.find('.hover-item'); let currentIndex = 0; // For tracking the selected item for keyboard navigation or scroll let xPos = 0; // Initialize xPos let yPos = 0; // Initialize yPos // Function to update background and […]