More work on scrolling.

This commit is contained in:
Scott Idem
2025-09-18 12:02:36 -04:00
parent 623b62f716
commit d6204d983a
5 changed files with 21 additions and 19 deletions

View File

@@ -21,7 +21,8 @@
%sveltekit.head%
</head>
<!-- h-full w-full overflow-auto -->
<body data-sveltekit-preload-data="hover" class="h-full w-full overflow-auto">
<!-- overflow-x-scroll -->
<body data-sveltekit-preload-data="hover" class="h-full w-full">
<div style="display: contents" class="">%sveltekit.body%</div>