mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
max height buffer to prevent small scrollbar (#214654)
This commit is contained in:
@@ -462,7 +462,7 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
border-color: var(--theme-input-focus-border-color);
|
||||
}
|
||||
#container div.output .scrollable {
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
max-height: var(--notebook-cell-output-max-height);
|
||||
}
|
||||
#container div.output .scrollable.scrollbar-visible {
|
||||
|
||||
Reference in New Issue
Block a user