From 4e5a913081a35eb8c533e12c93638b303ca134b0 Mon Sep 17 00:00:00 2001 From: bakobagassas Date: Thu, 17 Sep 2026 14:01:38 -0400 Subject: [PATCH 1/2] max to min height --- app/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/base.css b/app/static/css/base.css index 374356faf..8aa23189c 100644 --- a/app/static/css/base.css +++ b/app/static/css/base.css @@ -36,7 +36,7 @@ select.empty { } .scroll-container { - max-height: 100vh; + min-height: 100vh; } .bi-list { From 03a49cfabb95abb922a7ddadb20930c1b91f563c Mon Sep 17 00:00:00 2001 From: bakobagassas Date: Thu, 17 Sep 2026 19:38:08 -0400 Subject: [PATCH 2/2] closing the div in the right place --- app/templates/main/userProfile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html index 156b037a3..ac0a315ac 100644 --- a/app/templates/main/userProfile.html +++ b/app/templates/main/userProfile.html @@ -95,8 +95,8 @@

- {% endif %} + {% endif %} @@ -854,11 +854,11 @@

Handbook signed for AY {{g.current_term.academicYear}}!

{% endif %} {% endif %} + {% endif %} - {% endif %}