CC-4504 : Double scrollbars in Library view

This commit is contained in:
Naomi 2013-06-10 15:52:46 -04:00
parent 01f835c4c4
commit ee1cf64515

View file

@ -189,7 +189,7 @@ function buildScheduleDialog (json, instance_id) {
.css("max-height", height - 90 - 200); .css("max-height", height - 90 - 200);
dialog.find(".sb-content .dataTables_scrolling") dialog.find(".sb-content .dataTables_scrolling")
.css("max-height", height - 90 - 60); .css("max-height", height - 90 - 65);
dialog.dialog('open'); dialog.dialog('open');
} }