From 1a63a98801d6b9ea356dacf920836e15773053e5 Mon Sep 17 00:00:00 2001 From: Ole Lensmar Date: Wed, 24 Jan 2024 09:01:33 +0100 Subject: [PATCH] fix: fixed scrollbars on overflow --- src/components/organisms/ProblemPane/ProblemPane.styled.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/organisms/ProblemPane/ProblemPane.styled.tsx b/src/components/organisms/ProblemPane/ProblemPane.styled.tsx index 5a09e1f53..30ef1fd6f 100644 --- a/src/components/organisms/ProblemPane/ProblemPane.styled.tsx +++ b/src/components/organisms/ProblemPane/ProblemPane.styled.tsx @@ -28,6 +28,7 @@ export const TextContainer = styled.div` width: 756px; border-radius: 4px; border: 1px solid ${Colors.grey4}; + overflow: auto; `; export const TextTitle = styled.div`