Shopify themes, liquid, logos, and UX
Hello,
I have a problem about side menu on my mobile site. There is a shadow which block the clicking of users.
Any solution? Thank you.
Solved! Go to the solution
This is an accepted solution.
Hey there,
Please add this CSS in your base.css file, it should solve the issue. Using position: relative changes how the overlay is positioned in the document flow, removing it from the fixed layer that was blocking interactions with your menu.
@media screen and (max-width: 749px) {
.country-selector__overlay {
position: relative !important;
}
}
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Hey @catotoi could you please share your Store URL and password so that I take a look and provide you Solution code.
Thanks
Hello @catotoi
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
This is an accepted solution.
Hey there,
Please add this CSS in your base.css file, it should solve the issue. Using position: relative changes how the overlay is positioned in the document flow, removing it from the fixed layer that was blocking interactions with your menu.
@media screen and (max-width: 749px) {
.country-selector__overlay {
position: relative !important;
}
}
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
Thank you very much. It worked.
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025