diff --git a/awx/ui/client/legacy-styles/jquery-ui-overrides.less b/awx/ui/client/legacy-styles/jquery-ui-overrides.less index 2027e218e9..c40440bf8a 100644 --- a/awx/ui/client/legacy-styles/jquery-ui-overrides.less +++ b/awx/ui/client/legacy-styles/jquery-ui-overrides.less @@ -31,9 +31,6 @@ table.ui-datepicker-calendar { opacity: .7; text-shadow: 0 1px 0 @white; } - .ui-dialog-content { - overflow: hidden; - } .ui-widget-header { border-radius: 0; border: none; diff --git a/awx/ui/client/src/lookup/lookup.factory.js b/awx/ui/client/src/lookup/lookup.factory.js index cf8507a941..e52dfb4876 100644 --- a/awx/ui/client/src/lookup/lookup.factory.js +++ b/awx/ui/client/src/lookup/lookup.factory.js @@ -175,7 +175,6 @@ export default ['Rest', 'ProcessErrors', 'generateList', width: 600, height: (instructions) ? 625 : 450, minWidth: 500, - resizable: false, title: hdr, id: 'LookupModal-dialog', onClose: function() {