riffcc / orbiter

Riff.CC, implemented using IPFS + OrbitDB + Constellation
http://orbiter.riff.cc/
GNU Affero General Public License v3.0
6 stars 0 forks source link

Scroll position is persisting when navigating between pages #45

Closed Sphirye closed 1 month ago

Sphirye commented 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.

Sphirye commented 1 month ago

Fixed with https://github.com/riffcc/orbiter/pull/46