Closed Sphirye closed 1 month ago
Currently, the scroll will persists it position when switching between pages, which means that if you scroll down and click an item that redirects you to another page, you will end at the very bottom of the new page.
The wanted thing now is to reset the scroll back to the top after entering to a page.
Fixed with https://github.com/riffcc/orbiter/pull/46
Currently, the scroll will persists it position when switching between pages, which means that if you scroll down and click an item that redirects you to another page, you will end at the very bottom of the new page.
The wanted thing now is to reset the scroll back to the top after entering to a page.