How to fix scrolling bug

How to fix scrolling bug

CreatorTim
Navigator
471 1 71

Hi guys, when I open the currency selector on mobile and start scrolling, it scrolls across the whole store. How can I fix this so that when it’s open, nothing scrolls and nothing moves?

 

I’d like this mainly for the footer, but also in the header if possible.

 

Here’s my store: https://1049xn-ya.myshopify.com/collections/all

 

ONLY NEED THIS FOR MOBILE

 

Thanks,
Tim

Replies 2 (2)

GTLOfficial
Shopify Partner
878 181 192

Hello @CreatorTim 


Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
.disclosure__list-wrapper.country-selector {
max-height: 20vh !important;
}

result
160.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
CreatorTim
Navigator
471 1 71

Hey, this is not what I wanted at all. I have a problem where, when I open the currency selector in the footer and start scrolling, it scrolls across the entire store. How can I fix this?