I’m trying to pin this graphic (two intersecting geometric shapes) to the bottom. I know I need to make the div fixed, but I don’t want it to overlap the content above it when I scale the window vertically. Is there a way to create a point where it stops overlapping the content? Thanks!
Yes. Make it position:absolute and stuck to bottom inside an element that you give a min:height, the min height value being just before it would overlapp. Does this make sense to you?