Skip to content

Commit 9ad82d1

Browse files
authored
Merge pull request #197 from gyaneshwarchoudhary/bugfix/overflow-values
fix: prevent output overflow in output box for large loops (#196)
2 parents cf6f798 + d39e209 commit 9ad82d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/EditorComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const OutputLayout = styled("div")(({ theme }) => ({
5050
backgroundColor: theme.palette.background.paper,
5151
height: "50vh",
5252
margin: "1rem 0",
53+
overflow: "auto",
5354
border: `2px solid ${theme.palette.divider}`,
5455
borderRadius: "1rem",
5556
"@media (min-width: 1024px)": {

0 commit comments

Comments
 (0)