From 174ebfad56b2abc8b448f3ebd29914d67c229c85 Mon Sep 17 00:00:00 2001
From: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
Date: Wed, 20 Aug 2025 18:55:22 +0530
Subject: [PATCH] [WEB-4637] fix: scrolling issue fixed #7600
---
apps/web/core/components/home/root.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/apps/web/core/components/home/root.tsx b/apps/web/core/components/home/root.tsx
index 89c55cb91e..5a0e6188f8 100644
--- a/apps/web/core/components/home/root.tsx
+++ b/apps/web/core/components/home/root.tsx
@@ -60,11 +60,11 @@ export const WorkspaceHomeView = observer(() => {
)}
<>
-
- {currentUser && }
-
+
+
+ {currentUser && }
+
+
>
>