[Mobile Website] Header blocking top of page when pinned

Dex-chan lover
Joined
Sep 30, 2019
Messages
866
Exactly what it says in the title.

When the header is pinned in the reader view, the page won't scroll the little extra needed to be able to see the content behind the header (usually the chapter name, occasionally the series title as well).

My 2 cents as a full-time webdev: Likely absolute placement shenanigans - either look at the most recent commit to see what changed (this only started happening today), or if that doesn't work then you can do the quick and (very) dirty fix of adding an empty div to the top of the page with a min-height that's the same value as the header's height (not recommended at all lmao).

EDIT: just read the patch notes - probably a plus sign where there should be a minus sign (or vice versa) when calculating the additional scroll distance of the new navbar item.
 
Last edited:

Users who are viewing this thread

Top