Project

General

Profile

Bug #2848

Scroll to doesn't work

Added by Luke Murphey over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/03/2020
Due date:
% Done:

0%


History

#1 Updated by Luke Murphey over 3 years ago

https://www.javascripttutorial.net/javascript-dom/javascript-scrollintoview/
  • Works but the verse get lost under
Obs:
  • 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)
Solns:

Qs: *

#2 Updated by Luke Murphey over 3 years ago

  • Status changed from New to Closed

Also available in: Atom PDF