mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
div outputs scrollable, register scroll setting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user