CC-4504 : Double scrollbars in Library view
This commit is contained in:
parent
b18495a79e
commit
01f835c4c4
4 changed files with 30 additions and 11 deletions
|
@ -186,7 +186,7 @@ function buildScheduleDialog (json, instance_id) {
|
|||
|
||||
//set max heights of datatables.
|
||||
dialog.find(".lib-content .dataTables_scrolling")
|
||||
.css("max-height", height - 90 - 155);
|
||||
.css("max-height", height - 90 - 200);
|
||||
|
||||
dialog.find(".sb-content .dataTables_scrolling")
|
||||
.css("max-height", height - 90 - 60);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue