diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 14:03:59 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-07 14:03:59 -0400 |
commit | 81917b7cae6d3d22bc8e54f7b2bd416acd70475f (patch) | |
tree | e101bfb241458583d0f896975bc797ef77211c6a /ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css | |
parent | b6bc0e5e9be234c58ad5d8554f6614d22e2738f8 (diff) | |
download | JellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.tar.gz JellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.tar.bz2 JellySolutions-81917b7cae6d3d22bc8e54f7b2bd416acd70475f.zip |
Added total physical contributions to dashboard and funding basket
Diffstat (limited to 'ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css')
-rw-r--r-- | ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css index 6dceee1..fc6b5b3 100644 --- a/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css +++ b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.css @@ -18,7 +18,8 @@ /*padding: 10px;*/ gap: 10px; justify-content: start; - overflow: auto; + overflow-x: auto; + overflow-y: clip; } .needEntry { |