Sort of bug fix for hiding the header and footer at the right time.
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user