1
子供を伸ばして交差軸を埋めるには?
左右のフレックスボックスがあります: .wrapper { display: flex; flex-direction: row; align-items: stretch; width: 100%; height: 70vh; min-height: 325px; max-height:570px; } <div class="wrapper"> <div class="left">Left</div> <div class="right">Right</div> </div> コードスニペットを実行する結果を非表示スニペットを展開 問題は、適切な子供が反応しにくいことです。具体的には、ラッパーの高さいっぱいにしたい。 これを達成する方法?