daniellenoakes Posted January 10 Posted January 10 (edited) Hi there, i'm having problems with one of my images now not overlapping a section when it was previously working fine. I have an overlapping section on scroll, and I had to put this code in to try and fix it on safari, however its broken the image that overlaps a section. this is the code i used: //scroll fix on safari// #collection-654e313a06a72d166fd08685 { .page-section:not(section[data-section-id="654e536ec8f805233fc2a996"]) { z-index: 99999!important; } } is there a way to adapt this code to make the image overlap again? https://www.annajonesbridal.co.uk/home-new Edited January 10 by daniellenoakes
yubrajs Posted January 10 Posted January 10 Hi, Remove z-index from this code: #collection-654e313a06a72d166fd08685 .page-section:not(section[data-section-id="654e536ec8f805233fc2a996"]) This will fix the issue.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment