CC-4504 : Double scrollbars in Library view
This commit is contained in:
parent
01f835c4c4
commit
ee1cf64515
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ function buildScheduleDialog (json, instance_id) {
|
|||
.css("max-height", height - 90 - 200);
|
||||
|
||||
dialog.find(".sb-content .dataTables_scrolling")
|
||||
.css("max-height", height - 90 - 60);
|
||||
.css("max-height", height - 90 - 65);
|
||||
|
||||
dialog.dialog('open');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue