Frontmatter
| id | 5715 |
| title | Portal.view.home => non-snapped scrolling allows to scroll the document outside of the visible area |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 6, 2024, 10:12 PM |
| updatedAt | Aug 6, 2024, 10:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5715 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 6, 2024, 10:13 PM |
this one is super weird:
i have not found the root-cause, since i never encountered it for any neo app before.
the only way to fix it was adding
position: fixedto the viewport div. we need to limit it to direct viewport children of the document body to not break LivePreviews (which can mount a viewport into a div).@rwaters