/*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ body { background: white; margin: 0; padding: 0; } #main { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .jp-NotebookPanel { border-bottom: 1px solid #e0e0e0; } .terminalWidget { height: 100%; }