Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 176cf9a

Browse files
committed
fix(playground): prevent scrollbars by using correct height classes
Thanks @alexanderbluhm for this!
1 parent 3a2f2e1 commit 176cf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/transitions/component-examples/dropdown.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Home() {
99
<title>Transition Component - Playground</title>
1010
</Head>
1111

12-
<div className="flex items-center justify-center w-screen h-screen p-12 bg-gray-50">
12+
<div className="flex items-center justify-center w-screen h-full p-12 bg-gray-50">
1313
<Dropdown />
1414
</div>
1515
</>

0 commit comments

Comments
 (0)