Dialog with max height and dynamic Content that scrolls + footer css
问题 I have a dialog with position: absolute and a max-height set. The max-height property is set from outside by a javscript framework (jQuery UI Dialog), so I don't have any control over it. Inside I have 2 divs: one that is filled with dynamic content and a static footer . I want the dialog to grow with it's content until max-height is reached and after that my content div should display a scrollbar . The html looks like this: <div class="dialog"> <div class="content"> This text doesn't mean