Closed eteen12 closed 1 month ago
if (currentScroll <= 0) { setScrollingDown(false); setLastScrollTop(currentScroll); setBackground("transparent"); return; }
using return fixes this issue of nav bouncing out of view on mobile
if (currentScroll <= 0) { setScrollingDown(false); setLastScrollTop(currentScroll); setBackground("transparent"); return; }
using return fixes this issue of nav bouncing out of view on mobile