mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
FF Fix: missing scrollbars on inner_cells
This commit is contained in:
parent
b8101613eb
commit
635fc4fbe2
@ -36,6 +36,9 @@ div.prompt {
|
|||||||
div.inner_cell {
|
div.inner_cell {
|
||||||
.vbox();
|
.vbox();
|
||||||
.box-flex1();
|
.box-flex1();
|
||||||
|
|
||||||
|
/* This is required for FF to add scrollbars when code cells overflow. */
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is needed so that empty prompt areas can collapse to zero height when there
|
/* This is needed so that empty prompt areas can collapse to zero height when there
|
||||||
|
Loading…
Reference in New Issue
Block a user