Modified the root style for overflow auto
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
|
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover" data-theme="my-custom-theme">
|
<body data-sveltekit-preload-data="hover" data-theme="my-custom-theme" class="h-full w-full overflow-auto">
|
||||||
<div style="display: contents" class="h-full w-full overflow-hidden">%sveltekit.body%</div>
|
<!-- <div style="display: contents" class="h-full w-full overflow-auto"> % sveltekit.body % </div> -->
|
||||||
|
<div style="display: contents" class="">%sveltekit.body%</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ if (browser) {
|
|||||||
|
|
||||||
|
|
||||||
<!-- These are needed: h-full overflow-auto -->
|
<!-- These are needed: h-full overflow-auto -->
|
||||||
<div class="ae_journals h-full w-full overflow-auto p-1">
|
<div class="ae_journals">
|
||||||
|
|
||||||
<nav class="submenu flex flex-row items-centr justify-center gap-1">
|
<nav class="submenu flex flex-row items-centr justify-center gap-1">
|
||||||
<a href="/" class="btn btn-sm variant-ghost-success hover:variant-filled-success">Home</a>
|
<a href="/" class="btn btn-sm variant-ghost-success hover:variant-filled-success">Home</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user