NICE!! 👏
Have you considered keeping the hamburger menu in a sticky or fixed position as you scroll? and having it appear as an overlay when it's clicked anywhere on the page as the user scrolls? For UX, this might be more user friendly than the back to top arrow as some users might not associate the arrow icon with going back to the menu.
Overlay functionality can be achieved with z-index attribute (i think!) 😄
NICE!! 👏
Have you considered keeping the hamburger menu in a sticky or fixed position as you scroll? and having it appear as an overlay when it's clicked anywhere on the page as the user scrolls? For UX, this might be more user friendly than the back to top arrow as some users might not associate the arrow icon with going back to the menu.
Overlay functionality can be achieved with z-index attribute (i think!) 😄