mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Removed max height from widget modal body
This commit is contained in:
parent
61bfddbd17
commit
f9f84fc076
@ -91,6 +91,7 @@ define(["notebook/js/widget"], function(widget_manager) {
|
||||
.appendTo(this.$title_bar);
|
||||
this.$body = $('<div />')
|
||||
.addClass('modal-body')
|
||||
.addClass('widget-modal-body')
|
||||
.addClass('widget-container')
|
||||
.appendTo(this.$window);
|
||||
|
||||
|
@ -222,6 +222,11 @@ The widget area typically looks something like this:
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
/* ContainerWidget - ModalView Body */
|
||||
.widget-modal-body {
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
/* ContainerWidget */
|
||||
.widget-container {
|
||||
.border-box-sizing();
|
||||
|
Loading…
Reference in New Issue
Block a user