Show More
@@ -109,6 +109,7 b' span#kernel_status {' | |||||
109 | } |
|
109 | } | |
110 |
|
110 | |||
111 | div#notebook_app { |
|
111 | div#notebook_app { | |
|
112 | width: 100%; | |||
112 | } |
|
113 | } | |
113 |
|
114 | |||
114 | div#left_panel { |
|
115 | div#left_panel { |
@@ -25,6 +25,8 b' var IPython = (function (IPython) {' | |||||
25 |
|
25 | |||
26 |
|
26 | |||
27 | Notebook.prototype.style = function () { |
|
27 | Notebook.prototype.style = function () { | |
|
28 | // With vbox here Chrome exhibits the CodeMirror scroll bug. | |||
|
29 | // Without the vbox here, Firefox won't scroll the notebook div. | |||
28 | this.element.addClass('vbox box-flex1 border-box-sizing'); |
|
30 | this.element.addClass('vbox box-flex1 border-box-sizing'); | |
29 | }; |
|
31 | }; | |
30 |
|
32 |
General Comments 0
You need to be logged in to leave comments.
Login now