Html – Overlaying a div with an svg using CSS grid layout when div size is unknown ahead of time
I have a div: it has width, but it is not known ahead of time it might or might not have height set when height is not set, it should expand vertically to match content. I want to overlay that…