Skip to content

Commit 3e0bdab

Browse files
author
Miguel Solorio
committed
Make notebook outputs scrollable (fixes microsoft#103981)
1 parent 4e89a80 commit 3e0bdab

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ export class BackLayerWebView extends Disposable {
273273
background-color: var(--vscode-notebook-symbolHighlightBackground);
274274
}
275275
276+
#container > div > div > div {
277+
overflow-x: scroll;
278+
}
279+
276280
body {
277281
padding: 0px;
278282
height: 100%;

0 commit comments

Comments
 (0)