diff --git a/.storybook/components/Canvas.vue b/.storybook/components/Canvas.vue
index 69005fbe..cb1ce043 100644
--- a/.storybook/components/Canvas.vue
+++ b/.storybook/components/Canvas.vue
@@ -6,34 +6,41 @@
:bg="colorMode === 'light' ? 'white' : 'gray.800'"
:color="colorMode === 'light' ? 'gray.800' : 'gray.50'"
class="root"
+ width="100vw"
+ height="100vh"
+ transition="all 0.2s ease-in-out"
>
-