Show More
@@ -372,7 +372,7 div.text_cell_render { | |||
|
372 | 372 | |
|
373 | 373 | /*properties of tooltip after "expand"*/ |
|
374 | 374 | .bigtooltip{ |
|
375 |
height: |
|
|
375 | height:30%; | |
|
376 | 376 | } |
|
377 | 377 | |
|
378 | 378 | /*properties of tooltip before "expand"*/ |
@@ -44,7 +44,7 var IPython = (function (IPython) { | |||
|
44 | 44 | // ii) to prevent the div from scrolling up when the last cell is being |
|
45 | 45 | // edited, but is too low on the page, which browsers will do automatically. |
|
46 | 46 | var that = this; |
|
47 |
var end_space = $('<div class="end_space"></div>').height( |
|
|
47 | var end_space = $('<div class="end_space"></div>').height("30%"); | |
|
48 | 48 | end_space.dblclick(function (e) { |
|
49 | 49 | if (that.read_only) return; |
|
50 | 50 | var ncells = that.ncells(); |
General Comments 0
You need to be logged in to leave comments.
Login now