been trying to figure this out in css grid...
I want the height of columb B to max out at the height of column A. If column B's is lomnger (almost always will be) then this can be viewied by scrolling behaviour.
Is this achievable in anyway? I have tied methods related to min-content
but to no avail.
Here's some markup: https://codepen.io/richerimage/pen/LYrJzdo/1639cd21af0aeae3d8c50dca75f5f52a
And a diagram may explain things better then me(!)