mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Make the subarea not have a scrollbar when the enclosing output area already provides scrollbars
Fixes #254
This commit is contained in:
parent
b60c1a2631
commit
9cb98cd843
@ -110,6 +110,11 @@ div.output_subarea {
|
||||
max-width: calc(~"100% - 14ex");
|
||||
}
|
||||
|
||||
div.output_scroll div.output_subarea {
|
||||
// if the output area is scrolling, we don't need scrollbars on the subarea
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
/* The rest of the output_* classes are for special styling of the different
|
||||
output types */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user