Hi @NewInBoston, here is an article how to make a mobile menu scrollable: [TUTORIAL] Make mobile menu SCROLLABLE
To have the navbar mobile menu button fixed, drop your navbar into another section created as the nav section directly under the body, then give that section a class and make it fixed with a z-index higher than other elements on the page, like 2000 is a good value for z-index.
I hope this helps