Merge pull request #2681 from gnestor/fix-prompt-overlay

Fix hidden prompt overlay button
pull/2710/head
Matthias Bussonnier 9 years ago committed by GitHub
commit decb30d8b0

@ -77,7 +77,6 @@ define([
OutputArea.prototype.style = function () {
this.collapse_button.hide();
this.prompt_overlay.hide();
this.wrapper.addClass('output_wrapper');
this.element.addClass('output');

Loading…
Cancel
Save