Open GBrachetta opened 3 years ago
Hey, sorry for responding late. Looks like you already have some running code. I'd like to help but cannot unless I have a project I can play with. Can you put a basic setup in a codesandbox? Then I could have a look.
I don't see it in use in the code (maybe I'm blind!) but this smells like the result of iOS not supporting CSS background-attachment: fixed;
I want to achieve the following result in desktop view (two Material Ui Grids, the top one with the parallax on the left, the lower one on the right):
and this on mobile view:
So the text renders under each parallax on smaller screens.
My current code for this is as follows:
And this is working fine on chrome both on desktop and mobile views.
Here's the screenshot of the developer tools with the correct layout (all very schematic, just to have an MVP and style from there):
But this is the result on my iPhone 12:
Where am I failing here, or is this an iOS issue?
I have all that horizontal overflow and the Typography placement is all over the place.
I would really appreciate any help with this.
Thank you!