mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
* Fix position of webviews and notebooks when the grid scrolls Fixes #116946 Makes sure that absolutely positioned webviews and notebooks are correctly moved when the editor widget is scrolled It also adds a clipping rect to make sure the elements do not overflow outside of the editor area (this would cause the webview/notebook to draw over the sidebar in some cases) * Fix test service