@ -109,6 +109,7 @@ span#kernel_status {
}
div#notebook_app {
width: 100%;
div#left_panel {
@ -25,6 +25,8 @@ var IPython = (function (IPython) {
Notebook.prototype.style = function () {
// With vbox here Chrome exhibits the CodeMirror scroll bug.
// Without the vbox here, Firefox won't scroll the notebook div.
this.element.addClass('vbox box-flex1 border-box-sizing');
};