diff --git a/example/components/ContentHeight.tsx b/example/components/ContentHeight.tsx index 2b8fb16..5862ad3 100644 --- a/example/components/ContentHeight.tsx +++ b/example/components/ContentHeight.tsx @@ -28,26 +28,24 @@ export function ContentHeight() { - + - - - - - - + + + + + - {Array.from({ length: boxes }).map((_, i) => ( - {i} - ))} - - + {Array.from({ length: boxes }).map((_, i) => ( + {i} + ))} +