Problem with the currency selector in the footer on mobile

Hello Tim,

From what I can see, there is an issue with some script inside the ‘localization-form.js’, it adds a class

‘.overflow-hidden-mobile’ to the ‘body’ but it doesn’t remove it when you click on the ‘x’ or escape.

Or you can do css:
@media screen and (max-width: 768px) {
body {overflow: auto!important;}
}

Maybe this will help.

1 Like