From 2ba418ab6c80c5b62646ec75e68b6637cd323523 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Thu, 28 Aug 2025 18:15:10 +0530 Subject: [PATCH] dashboard style fix --- app/src/styles/pages/dashboard.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/styles/pages/dashboard.scss b/app/src/styles/pages/dashboard.scss index 5a628a4..01024d0 100644 --- a/app/src/styles/pages/dashboard.scss +++ b/app/src/styles/pages/dashboard.scss @@ -144,7 +144,8 @@ } .cards-container { - height: 100%; + height: auto; + max-height: 100%; display: flex; flex-wrap: wrap; position: relative;