Here is an example , in chrome or opera, try resizing the window. It turns out that the descendant spits on the minimum height of the parent and in some crooked way considers it from the expected height of the parent, which without min-height is equal to the height of the window. Are there any methods of dealing with such behavior, except for specifying min-height all nodes with a height in percent?

    1 answer 1

    When using a rubber layout, it is advisable to specify the min-width and min-height elements.