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`