aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-04 19:12:53 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-04 19:12:53 -0400
commit49a82c8a8a7a3ea3cfd30572944510f3aa18663d (patch)
treed67f255606747c6e92f3b686a542fca58d35c38a
parentd85eeb6918d521197c2e6ad1e3da2dec8ce95398 (diff)
downloadJellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.tar.gz
JellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.tar.bz2
JellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.zip
Fix home screen being too short
-rw-r--r--ufund-ui/src/app/app.component.css2
1 files changed, 2 insertions, 0 deletions
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 {