🐛(frontend) scroll back to top when navigate to a document

When navigating to a new document, the scroll
position was preserved. This commit changes this
behavior to scroll back to the top of
the page when navigating to a new document.
This commit is contained in:
Anthony LC
2025-09-18 17:40:47 +02:00
parent a751f1255a
commit c23ff546d8
6 changed files with 115 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ and this project adheres to
- ⚗️(service-worker) remove index from cache first strategy #1395
- 🐛(frontend) fix 404 page when reload 403 page #1402
- 🐛(frontend) fix legacy role computation #1376
- 🐛(frontend) scroll back to top when navigate to a document #1406
## [3.7.0] - 2025-09-12