From 2271cba05eeea117efcc7fc82a1299fdfcb8c1fb Mon Sep 17 00:00:00 2001 From: Allaoua Benchikh Date: Tue, 3 Feb 2026 16:15:18 +0100 Subject: [PATCH] Fixed issue where sidebarinset expands beyond parent causing horizontal scroll --- frontend/src/pages/Page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Page.tsx b/frontend/src/pages/Page.tsx index 758dbf7f89..e124327cc0 100644 --- a/frontend/src/pages/Page.tsx +++ b/frontend/src/pages/Page.tsx @@ -62,7 +62,9 @@ const Page = ({ children }: Props) => { {historyEnabled ? ( <> - {mainContent} + + {mainContent} + ) : (
{mainContent}