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
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
If this was helpful, hit the like button and accept the solution.
Thanks
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?