Trying to at least make things scroll as well as they did yesterday...
This commit is contained in:
@@ -21,11 +21,9 @@
|
|||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<!-- h-full w-full overflow-auto -->
|
<!-- 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">
|
<div style="display: contents" class="">%sveltekit.body%</div>
|
||||||
%sveltekit.body%
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ if (browser) {
|
|||||||
class:iframe={$ae_loc?.iframe}
|
class:iframe={$ae_loc?.iframe}
|
||||||
class="
|
class="
|
||||||
ae_events
|
ae_events
|
||||||
h-full max-h-screen max-w-screen overflow-auto
|
h-full max-h-full max-w-full overflow-auto
|
||||||
flex flex-col gap-1
|
flex flex-col gap-1
|
||||||
m-auto
|
m-auto
|
||||||
bg-gray-50 dark:bg-gray-900
|
bg-gray-50 dark:bg-gray-900
|
||||||
@@ -195,15 +195,15 @@ if (browser) {
|
|||||||
</nav>
|
</nav>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!-- <section
|
<section
|
||||||
class:iframe={$ae_loc?.iframe}
|
class:iframe={$ae_loc?.iframe}
|
||||||
class="main_content grow px-1 md:px-2 lg:px-4 pb-32"
|
class="main_content grow px-1 md:px-2 lg:px-4 pb-32"
|
||||||
> -->
|
>
|
||||||
<section
|
<!-- <section
|
||||||
class:iframe={$ae_loc?.iframe}
|
class:iframe={$ae_loc?.iframe}
|
||||||
class="
|
class="
|
||||||
ae_events_pres_mgmt_event
|
ae_events_pres_mgmt_event
|
||||||
|
md:container
|
||||||
flex flex-col gap-1
|
flex flex-col gap-1
|
||||||
items-center
|
items-center
|
||||||
justify-start
|
justify-start
|
||||||
@@ -213,7 +213,7 @@ if (browser) {
|
|||||||
min-w-full
|
min-w-full
|
||||||
max-w-full
|
max-w-full
|
||||||
"
|
"
|
||||||
>
|
> -->
|
||||||
<!-- OLD: App Bar -->
|
<!-- OLD: App Bar -->
|
||||||
<!-- <AppBar
|
<!-- <AppBar
|
||||||
gridColumns="grid-cols-3"
|
gridColumns="grid-cols-3"
|
||||||
|
|||||||
Reference in New Issue
Block a user