Never ending style tweaks

This commit is contained in:
Scott Idem
2025-04-02 17:31:50 -04:00
parent bd4de70ac8
commit 14d68e2a5d
2 changed files with 4 additions and 2 deletions

View File

@@ -134,8 +134,8 @@ if (browser) {
{/if}
</section> -->
<section class="main_content flex-grow px-1 md:px-2 pb-28 overflow-auto">
<!-- Add overflow-auto to section element to have the main nav sort of sticky at top -->
<section class="main_content flex-grow px-1 md:px-2 pb-28">
{@render children()}
</section>

View File

@@ -274,7 +274,9 @@ async function handle_update_journal() {
</div>
<!-- <div class="overflow-auto"> -->
{@render children()}
<!-- </div> -->
</section>