After closing the hamburger menu, my website wont scroll on mobile

here is website purapaws.shop

thanks drew

Hi @DrewPoore

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

.overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
    overflow: unset !important;
}

Result:

Best,

Liz

Hello @DrewPoore

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.overflow-hidden-mobile, .overflow-hidden-tablet, .overflow-hidden-desktop {
overflow: unset !important;
}

thank you so much!

Hello @DrewPoore

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!