max height buffer to prevent small scrollbar (#214654)

This commit is contained in:
Aaron Munger
2024-06-07 16:40:42 -07:00
committed by GitHub
parent 069408ab2c
commit 76664e7ce6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 {