From 2a4d824b0f5fc67910ef2eda126c681a19c5b0bc Mon Sep 17 00:00:00 2001 From: Dave Neuman Date: Mon, 14 Nov 2016 11:40:11 -0700 Subject: [PATCH] lock the sslkeys screen to prevent scrolling issue. This fixes: TC-42 --- traffic_ops/app/templates/delivery_service/edit.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic_ops/app/templates/delivery_service/edit.html.ep b/traffic_ops/app/templates/delivery_service/edit.html.ep index 2980ce4797..807fc8a00f 100644 --- a/traffic_ops/app/templates/delivery_service/edit.html.ep +++ b/traffic_ops/app/templates/delivery_service/edit.html.ep @@ -146,7 +146,7 @@ } function addSslKeys() { - $.fancybox({ type: 'iframe', href: "/ds/<%= $ds->id %>/sslkeys/add", padding: 0, autosize: true, fitToView: true, width: 750, minHeight: 800, modal:true, helpers: {overlay:{locked:false}}}); + $.fancybox({ type: 'iframe', href: "/ds/<%= $ds->id %>/sslkeys/add", padding: 0, autosize: true, fitToView: true, width: 750, minHeight: 800, modal:true, helpers: {overlay:{locked:true}}}); } var re_row_num = Object;