What happens when we code flex-direction: column-reverse; without setting a height value for the container?

The container's height is the total height of its flex-itemsThe container's height is the same as the body element's height

The container's height is the total height of its flex-items.