General clean up for CHOW.

This commit is contained in:
Scott Idem
2024-03-04 10:59:15 -05:00
parent 04a8b49177
commit a0947e349a
10 changed files with 125 additions and 53 deletions

View File

@@ -21,6 +21,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="">
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
<div style="display: contents" class="h-full w-full overflow-hidden">%sveltekit.body%</div>
</body>
</html>