Trying to at least make things scroll as well as they did yesterday...

This commit is contained in:
Scott Idem
2025-09-18 10:05:34 -04:00
parent 64f6b290ad
commit 4f36d3eab3
2 changed files with 8 additions and 10 deletions

View File

@@ -21,11 +21,9 @@
%sveltekit.head%
</head>
<!-- h-full w-full overflow-auto -->
<body data-sveltekit-preload-data="hover" class="p-0 pb-0 m-0 h-full w-full max-h-screen max-w-screen overflow-clip">
<body data-sveltekit-preload-data="hover" class="h-full w-full overflow-auto">
<div style="display: contents" class="p-0 pb-0 m-0 h-full w-full max-h-screen max-w-screen overflow-clip">
%sveltekit.body%
</div>
<div style="display: contents" class="">%sveltekit.body%</div>
</body>
</html>