Html – Can not set height of child elements to height of parent container with dynamic height
In the following code, I don't understand how I can set the height of each of the children elements (the ones where the className is ???) to the same height as the container with the ref. I have seen people…