Hello, I’m trying to have an image overlap at the bottom of a container in mobile view. I’m using a negative margin in the container to achieve this, however the image is being cutoff at the end of the container.
I have tried increasing Z-index and using the overflow property in CSS but nothing seems to be helping.
Perhaps you have a better method to achieve the same result? Thank you!