From 5de6392b634abdca6449566e91b2a05c286279ad Mon Sep 17 00:00:00 2001 From: deewakar Date: Tue, 5 Nov 2024 11:44:09 +0530 Subject: [PATCH] feat: added no scrollbar on agenda --- apps/frontend/src/components/Today/TodayPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/Today/TodayPage.tsx b/apps/frontend/src/components/Today/TodayPage.tsx index b9f4466ac..2a67e9acc 100644 --- a/apps/frontend/src/components/Today/TodayPage.tsx +++ b/apps/frontend/src/components/Today/TodayPage.tsx @@ -42,7 +42,7 @@ const TodayPage: React.FC = () => { {showAgenda && ( -
+
)}