Bug #2848
Scroll to doesn't work
Start date:
08/03/2020
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey over 4 years ago
https://www.javascripttutorial.net/javascript-dom/javascript-scrollintoview/
- Works but the verse get lost under
- window.scrollBy(0, 100);
- Doesn't work
- window.scrollTo(300, 500);
- The second scrollbar appears because the pushable has a vh of 100
- Removing the 100vh fixes it (but it uses the main scrollbar)
- Click to hide header
- The problem is that the book title is under the header
- Add a buffer
- Can hide the scrollbar on the body with overflow: hidden
- Set the vh minus the buffer
Qs: *
#2 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed