Sort of bug fix for hiding the header and footer at the right time.

This commit is contained in:
Scott Idem
2025-09-19 18:10:23 -04:00
parent 231c2eea17
commit 43d64696d5
2 changed files with 6 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ function scroll_container() {
{#if !$ae_sess?.disable_sys_nav}
<nav
bind:clientHeight={nav_y_height}
class:hidden={yTop > 600}
class:opacity-0={yTop > 250}
class="
submenu
@@ -273,6 +274,7 @@ function scroll_container() {
{#if !$ae_sess?.disable_sys_footer}
<footer
class:hidden={yTop > 300}
class:opacity-80={yTop < 250}
class:opacity-0={yTop > 250}
class="