Modified the root style for overflow auto
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover" data-theme="my-custom-theme">
|
||||
<div style="display: contents" class="h-full w-full overflow-hidden">%sveltekit.body%</div>
|
||||
<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-auto"> % sveltekit.body % </div> -->
|
||||
<div style="display: contents" class="">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -55,7 +55,7 @@ if (browser) {
|
||||
|
||||
|
||||
<!-- 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">
|
||||
<a href="/" class="btn btn-sm variant-ghost-success hover:variant-filled-success">Home</a>
|
||||
|
||||
Reference in New Issue
Block a user