diff --git a/packages/playground-nextjs/app/examples/page.tsx b/packages/playground-nextjs/app/examples/page.tsx index c3745b1..1d91d12 100644 --- a/packages/playground-nextjs/app/examples/page.tsx +++ b/packages/playground-nextjs/app/examples/page.tsx @@ -22,49 +22,44 @@ export default function Page({ const showOutputBox = ex === 'events' || ex === 'all' return ( -
-
-
-

- TiSQLEditor -

+
+
+

+ TiSQLEditor +

-
- - - +
+ + + -
+
- - -
+ + +
-
- -
+
+
diff --git a/packages/playground-nextjs/app/globals.css b/packages/playground-nextjs/app/globals.css index ce5b176..c7b91e6 100644 --- a/packages/playground-nextjs/app/globals.css +++ b/packages/playground-nextjs/app/globals.css @@ -73,4 +73,8 @@ body { @apply bg-background text-foreground; } + html, + body { + @apply h-full; + } }