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} {/if}
</section> --> </section> -->
<!-- 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 overflow-auto"> <section class="main_content flex-grow px-1 md:px-2 pb-28">
{@render children()} {@render children()}
</section> </section>

View File

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