Adding note about vbox related scroll bugs.

Brian E. Granger 15 years ago
parent 122b449011
commit 76d7a1fdac

@ -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');
};

Loading…
Cancel
Save