diff --git a/abogen/web/static/styles.css b/abogen/web/static/styles.css index 817de9e..eee94f1 100644 --- a/abogen/web/static/styles.css +++ b/abogen/web/static/styles.css @@ -688,10 +688,19 @@ body { outline-offset: 2px; } +.upload-form { + display: flex; + flex-direction: column; + flex: 1 1 auto; + min-height: 0; +} + .upload-form__sections { display: flex; flex-direction: column; gap: 1.5rem; + flex: 1 1 auto; + min-height: 0; } .form-section {