You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the keepalive prop on <NuxtPage /> which seems to save the scroll position if going back to the previous view, which is just what I want. However, I'm potentially going for a different HTML structure that would affect the container for where the scrollable content would live.
Is it possible to somehow target a different container than what I assume is either <body>, document or window for saving and restoing scroll positions, or am I stuck with the default?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I'm currently using the
keepaliveprop on<NuxtPage />which seems to save the scroll position if going back to the previous view, which is just what I want. However, I'm potentially going for a different HTML structure that would affect the container for where the scrollable content would live.Is it possible to somehow target a different container than what I assume is either
<body>,documentorwindowfor saving and restoing scroll positions, or am I stuck with the default?All reactions