jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
16 lines (13 loc) • 401 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-ConsolePanel {
display: flex;
flex: 1 1 auto;
flex-direction: column;
}
.p-Widget.jp-Console {
overflow: auto;
}