Dashboard to display options on scroll up

Issue #497 wontfix
Brian Lewis repo owner created an issue

the dashboard page will immediateely display the optionass panel on detecting a scroll up - no matter how far down the page.

That is , it will out off the top of the screen as you scroll down in the normal way, but on ny scroll up will reappear.

There are ideas here:

https://www.w3schools.com/howto/howto_js_navbar_hide_scroll.asp

and a good example here:

https://www.sysleaf.com/js-toggle-header-on-scroll/

a sketch inside pineapples follows .

Comments (4)

  1. Brian Lewis reporter

    Not able to reinstate this stash, but key ideas are:

    detect the scroll on #mainview and set a variable;

    use ng-class to translate the variable into a css class;

    override the css to show or hide the coreoptions, based on the newly applied class.

  2. Log in to comment