From 4415501da23848921ef9fa90ecf64cba435f1075 Mon Sep 17 00:00:00 2001 From: Thejus Paul Date: Thu, 26 Sep 2024 23:12:58 +0530 Subject: [PATCH] Fixed issue with scrolling through logs --- src/Component/elements.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Component/elements.tsx b/src/Component/elements.tsx index eb4c00d..cc44328 100644 --- a/src/Component/elements.tsx +++ b/src/Component/elements.tsx @@ -19,6 +19,7 @@ const Themed = ( export const Root = styled('div')({ wordBreak: 'break-word', width: '100%', + overflowY: 'auto', }) /**