From 3dfb49e63fee50d92da6a1ccba1b4f58d6220d4d Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Mon, 17 Nov 2025 13:51:18 +0100 Subject: [PATCH] refactor(overview): prevent vertical scrollbar --- apps/client/src/features/overview/Overview.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/features/overview/Overview.module.scss b/apps/client/src/features/overview/Overview.module.scss index 85b42fb61..198265118 100644 --- a/apps/client/src/features/overview/Overview.module.scss +++ b/apps/client/src/features/overview/Overview.module.scss @@ -35,4 +35,5 @@ align-items: center; justify-content: space-between; overflow-x: auto; + overflow-y: hidden; }