Frontmatter
| id | 9360 |
| title | scroll to bottom bug on main page |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Mar 6, 2026, 10:21 AM |
| updatedAt | Mar 7, 2026, 3:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9360 |
| author | Marcklarso |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 7, 2026, 3:42 PM |
scroll to bottom bug on main page
tobiu assigned to @tobiu on Mar 7, 2026, 3:40 PM

tobiu
Mar 7, 2026, 3:42 PM
Input from Gemini 3.1 Pro:
✦ Hi @Marcklarso, thank you for reporting this issue!
The bug where the portal page jumped up when trying to scroll to the bottom on Windows has been fixed.
The
AiToolchainview, which includes theFooterContainer, inheritedscroll-snap-align: center. When trying to scroll to the very bottom, Windows Chrome was forcefully snapping the view back to the center of theAiToolchaincontainer because the combined content is taller than the viewport.To fix this:
- Changed the
scroll-snap-alignofAiToolchaintostart, allowing users to scroll freely downwards once the view snaps to the top.- Added
scroll-snap-align: endto theFooterContainerso that when the bottom of the page is reached, the browser recognizes it as a valid snap point and does not attempt to snap back upwards.The changes have been pushed to the
devbranch.
tobiu closed this issue on Mar 7, 2026, 3:42 PM
the view wont stop at the bottom of the main page
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect the page to stay at the bottom.
Screenshots will jump up to this position
Desktop