div outputs scrollable, register scroll setting

This commit is contained in:
aamunger
2023-01-17 15:46:47 -08:00
parent 116d314e60
commit f1e7784c53
2 changed files with 8 additions and 1 deletions

View File

@@ -252,7 +252,7 @@ export const activate: ActivationFunction<void> = (ctx) => {
.traceback {
word-wrap: break-word;
}
.output > span.scrollable {
.output > .scrollable {
overflow-y: scroll;
max-height: var(--notebook-cell-output-max-height);
border: var(--vscode-editorWidget-border);