We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf6f798 + d39e209 commit 9ad82d1Copy full SHA for 9ad82d1
src/pages/EditorComponent.js
@@ -50,6 +50,7 @@ const OutputLayout = styled("div")(({ theme }) => ({
50
backgroundColor: theme.palette.background.paper,
51
height: "50vh",
52
margin: "1rem 0",
53
+ overflow: "auto",
54
border: `2px solid ${theme.palette.divider}`,
55
borderRadius: "1rem",
56
"@media (min-width: 1024px)": {
0 commit comments