Update – after adding the code below the menu button now acts as a skip link, when you’re down the page and press the menu it takes you back to the top of the page
(code found in previous questions)
.bhfb-mobile {
z-index: 7;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
}