You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ordinarily when the pointer is over a scroll container, a scroll gesture causes the container to scroll to its scroll boundary; then scrolling chains up the container chain.
in VS Code notebooks, outputs are rendered in an iframe (a single iframe for the whole notebook), which is overlayed on the notebook; individual outputs are absolutely positioned to their correct position in the notebook.
client-side cells have an additional iframe that points to the vitale server; this is a cross-domain link (but here's an example of a cross-domain iframe with working scroll chaining https://csreis.github.io/tests/cross-site-iframe.html)
When the pointer is over the rendered output of a client-side cell, scrolling (e.g. with two-finger swipe) doesn't scroll the notebook.
The text was updated successfully, but these errors were encountered: