##// END OF EJS Templates
Removed max height from widget modal body
Jonathan Frederic -
Show More
@@ -91,6 +91,7 b' define(["notebook/js/widget"], function(widget_manager) {'
91 91 .appendTo(this.$title_bar);
92 92 this.$body = $('<div />')
93 93 .addClass('modal-body')
94 .addClass('widget-modal-body')
94 95 .addClass('widget-container')
95 96 .appendTo(this.$window);
96 97
@@ -222,6 +222,11 b' The widget area typically looks something like this:'
222 222 margin-left: 0px !important;
223 223 }
224 224
225 /* ContainerWidget - ModalView Body */
226 .widget-modal-body {
227 max-height: none !important;
228 }
229
225 230 /* ContainerWidget */
226 231 .widget-container {
227 232 .border-box-sizing();
General Comments 0
You need to be logged in to leave comments. Login now