Frontmatter
| id | 992 |
| title | Neo.calendar.view.MonthComponent: scrolling downwards breaks in safari |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Jul 30, 2020, 1:42 AM |
| updatedAt | Sep 28, 2024, 4:31 AM |
| githubUrl | https://github.com/neomjs/neo/issues/992 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 28, 2024, 4:31 AM |
we need to use scrollTo to adjust it.
to do this, we need to store the current browser inside the neo namespace (not sure if we can get it inisde the app worker or need to do this inside the main thread and then pass it to app (along with the neo configs)).