Reach out to us at
hello@tor.us
or
diff --git a/demo/vue-app-new/src/style.css b/demo/vue-app-new/src/style.css
index b5c61c956..912d29c9f 100644
--- a/demo/vue-app-new/src/style.css
+++ b/demo/vue-app-new/src/style.css
@@ -1,3 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
+
+body {
+ @apply h-dvh min-h-dvh w-full flex flex-col;
+}
+ #app {
+ @apply h-full w-full;
+ }