Skip to content

Commit 5a23e66

Browse files
committed
chore: hide overflow such that errors are visible if scrolled down
1 parent 7684486 commit 5a23e66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/Playground.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function Playground() {
199199
width: "100%",
200200
justifyContent: "space-between",
201201
gap: "1rem",
202+
overflow: "hidden",
202203
}}
203204
>
204205
<div style={{ height: "calc(100vh - 50px)", width: "33vw" }}>

0 commit comments

Comments
 (0)