How can I fix my mobile cart drawer appearing behind product images?

Hello

How do I bring this mobile cart drawer ( I don’t know what to call it) to the front?

It’s all of a sudden hidden behind the product images. It works fine on desktop but for mobile it’s weird..

www.sundaypaloma.com

Hi @jaesielee

You called it right. I do not see this issue in your website. See image below

yes it works fine when I resize it to mobile size on my desktop but

on my actual cell phone, it looks like the one I posted..

Hi @Jaesielee

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

This problem only occurs on ios devices. you can refer to my code

Go to Online Store > Themes > Edit Code >theme.liquid. After you can paste this code to before element

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { @media (max-width:767px){ cart-notification,cart-notification div{ z-index:99999 !important } #MainContent{ z-index:-1 !important } } }}

Best Regards;

Pagefly