Skip to content

Commit

Permalink
Hide playground overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chompaa committed May 27, 2024
1 parent 549c986 commit 3e297e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const App = () => {
};

return (
<main className="h-screen flex flex-row bg-white">
<main className="h-screen flex flex-row bg-white overflow-hidden">
<section className="w-full relative border-r-2 border-gray-100">
<div className=" h-12 bg-gray-50 flex flex-row text-gray-500 items-center gap-2">
<button
Expand Down

0 comments on commit 3e297e8

Please sign in to comment.