From 49a82c8a8a7a3ea3cfd30572944510f3aa18663d Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 4 Apr 2025 19:12:53 -0400 Subject: Fix home screen being too short --- ufund-ui/src/app/app.component.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ufund-ui') diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css index ee6e2f7..6cbd45b 100644 --- a/ufund-ui/src/app/app.component.css +++ b/ufund-ui/src/app/app.component.css @@ -7,6 +7,8 @@ #scroll { overflow: auto; min-height: 100%; + display: flex; + flex-direction: column; } .modal { -- cgit v1.2.3