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 { diff --git a/app/templates/main/userProfile.html b/app/templates/main/userProfile.html index 0b4653610..024927369 100644 --- a/app/templates/main/userProfile.html +++ b/app/templates/main/userProfile.html @@ -95,8 +95,8 @@