diff options
Diffstat (limited to 'ui/app.html')
| -rw-r--r-- | ui/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app.html b/ui/app.html index 51a6780..10525fe 100644 --- a/ui/app.html +++ b/ui/app.html @@ -7,6 +7,6 @@ %sveltekit.head% </head> <body data-sveltekit-preload-data="hover" data-theme="skeleton"> - <div style="display: contents">%sveltekit.body%</div> + <div class="m-0 p-0 h-vh w-full">%sveltekit.body%</div> </body> </html> |
