Hello,
I am using the Angular version of the scheduler with the option heightSpec: 'Auto'. As a result the scheduler expand on all the page and should not handle any vertical scrolling.
However if I use the function `element.scrollIntoView` to scroll globally to one row, the scheduler is doing some kind of internal scrolling, and the resource column get shifted, with some rows no longer visible and no longer aligned with the event area (see attached screencast).
You can also find attached a modified version of the scheduler quick start project that reproduces this issue.
Thank you.