I have a header with a menu that transforms into a burger menu when the screen width is less than 650px. Once the menu transforms, it gets positioned absolutely and translated to the right. When I click on the burger menu, it slides into view. Everything seems to be working fine afterwards, but I'm struggling to make the overflow disappear. I've tried playing around with adding overflow to various parent elements, but so far, nothing has worked.
If you want to check out the page, click here. You can also find the files on this Github repository: enter link description here
Any help would be greatly appreciated.
UPDATE: Steps to reproduce Visit the website, open Dev Tools, and resize the viewport to less than 650px in width. Try scrolling to the right and you'll encounter the problem. Even adding overflow to the body at this media query does not solve the issue.