diff options
-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 { |