diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 19:12:53 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-04 19:12:53 -0400 |
commit | 49a82c8a8a7a3ea3cfd30572944510f3aa18663d (patch) | |
tree | d67f255606747c6e92f3b686a542fca58d35c38a /ufund-ui | |
parent | d85eeb6918d521197c2e6ad1e3da2dec8ce95398 (diff) | |
download | JellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.tar.gz JellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.tar.bz2 JellySolutions-49a82c8a8a7a3ea3cfd30572944510f3aa18663d.zip |
Fix home screen being too short
Diffstat (limited to 'ufund-ui')
-rw-r--r-- | ufund-ui/src/app/app.component.css | 2 |
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 { |