Shopify themes, liquid, logos, and UX
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?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025