Skip to content

Commit

Permalink
lock the sslkeys screen to prevent scrolling issue. This fixes: TC-42
Browse files Browse the repository at this point in the history
  • Loading branch information
dneuman64 authored and dangogh committed Nov 14, 2016
1 parent b879ff9 commit dceef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic_ops/app/templates/delivery_service/edit.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dceef53

Please sign in to comment.