fix: try set full width on app component

This commit is contained in:
Derrick Hammer 2023-10-16 22:12:03 -04:00
parent 5d97702048
commit 2a4e5fd4d0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import "@/styles/globals.scss";
</head> </head>
<body> <body>
<main> <main>
<App client:only="react" /> <App client:only="react" class="w-full h-full" />
</main> </main>
</body> </body>
</html> </html>