Resolved - Random Scrolling on Wiki

rmanimal

Elite parkourist / MOTW coordinator
Op
Board
Jan 19, 2015
471
355
Recently, I've been updating the wiki so it isn't outdated in multiple aspects of the server (some pages are nearing a year old), but I've been running into the problem that the page will randomly start scrolling downward when I'm not moving the mouse wheel or pressing an arrow key. The weird thing is that it never scrolls upward and doesn't stop sometimes when hitting the bottom of the page (making it impossible to click the Edit icon), leading me to believe that it's likely a bug. Is there perhaps a chance that this could be resolved?
 

rickyboy320

Penguin Master
Op
Board
Nov 18, 2013
1,926
1,032
Hmm, there's a lot wrong with the css, I just started reworking some pieces, but im not well versed enough to understand this issue. Any specific way to reproduce?
 

rmanimal

Elite parkourist / MOTW coordinator
Op
Board
Jan 19, 2015
471
355
One consistent vertical scrolling thing that happens is when you scroll up from the "Latest Update" section on the main page
 

rickyboy320

Penguin Master
Op
Board
Nov 18, 2013
1,926
1,032
I fixed this by adding:
Code:
overflow-anchor: none;
to the body css. Should fix the issue.
 
Top