##// 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 .appendTo(this.$title_bar);
91 .appendTo(this.$title_bar);
92 this.$body = $('<div />')
92 this.$body = $('<div />')
93 .addClass('modal-body')
93 .addClass('modal-body')
94 .addClass('widget-modal-body')
94 .addClass('widget-container')
95 .addClass('widget-container')
95 .appendTo(this.$window);
96 .appendTo(this.$window);
96
97
@@ -222,6 +222,11 b' The widget area typically looks something like this:'
222 margin-left: 0px !important;
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 /* ContainerWidget */
230 /* ContainerWidget */
226 .widget-container {
231 .widget-container {
227 .border-box-sizing();
232 .border-box-sizing();
General Comments 0
You need to be logged in to leave comments. Login now