Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ネストされた div に max-height を適用していますか? しかし、ルート要素の動作は完璧ですが、子の高さが適用されませんか?
<div style="max-height: calc( 33% - 10px);"> <div style="height:30px;"></div> <div style="max-height: calc( 100% - 30px);"> //height not applying </div> </div>