Description
Proposal and motivation
Background
Currently, when using the PageStack application, switching between different tabs resets the scroll position of each tab. This means that every time users return to a previous tab, the page reloads from the top, which can be inconvenient for those reading or editing long content.
Expected Behavior
We propose implementing a mechanism where the scroll position within each tab is remembered as users navigate between tabs. Upon revisiting a specific tab, the page should automatically restore its scroll position to where it was last left off.
Additional context
No response