0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-25 23:45:54 +01:00
hamki 694d5510bf refactor: improve sidebar positioning and visibility logic
- Enhance sidebar positioning to ensure it aligns with the file header and does not exceed the content's bottom.
- Implement logic to hide the sidebar when the file content is scrolled out of view.
- Replace IntersectionObserver with a scroll event listener for updating sidebar position, improving performance and responsiveness.
2026-01-01 08:37:27 +08:00
..