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.
内部にテーブルがあり、1 行に 2 つの div があるポップアップ ウィンドウがあります。
残りの高さを取得するには、一番下の div が必要です。
問題のあるdivは
<div id="overview">
セルをオーバーフローします
このポップアップ ウィンドウのサイズが変更されるため、この div を修正せずに残りの高さを取る方法はありますか
JsFiddle の例
CSS を変更します。
CSS
#overview { height:auto; } .CSSTableGeneratorRound { height:auto; }
私のコードペン