Files
sure/app
Anthony 109526e53d fix(settings): preserve scroll position in settings nav (#2373)
fix(settings): preserve scroll position in settings nav

The settings nav scrolled back to the top on every Turbo navigation.
preserve-scroll was applied to the nav element itself, but that element has no overflow - scrollTop was always 0, so nothing was ever saved.

Apply preserve-scroll to the actual scrollable container (the sidebar div with md:overflow-y-auto) and give it an id so the controller can key the saved position.
2026-06-20 22:08:27 +02:00
..
2026-03-25 10:50:23 +01:00