Skip to content

Commit 76673b5

Browse files
No overflow rules needed on main
1 parent 42fc719 commit 76673b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ let make = (~bundleBaseUrl: string, ~versions: array<string>) => {
19961996
<button key={Int.toString(i)} onClick className disabled> {title} </button>
19971997
})
19981998

1999-
<main className={"flex flex-col bg-gray-100 text-gray-40 text-14 overflow-hidden mt-16"}>
1999+
<main className={"flex flex-col bg-gray-100 text-gray-40 text-14 mt-16"}>
20002000
<ControlPanel
20012001
actionIndicatorKey={Int.toString(actionCount)}
20022002
state=compilerState

0 commit comments

Comments
 (0)