How to make div scale vertically all the way down?

后端 未结 7 767
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 22:35

I have the following situation, presented in the picture. Grey div is the parent of magenta and blue divs. Magenta div scales vertically with the content. I would like to ha

7条回答
  •  北海茫月
    2020-12-31 23:34

    The key is to have a set height on the parent container. Then the height:100% works

    
    
    
    
    Divs
    
    
    
    
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    1
    2
    3
    4
    5
    6

提交回复
热议问题