From ce2f4dca16bd755f7cae42d93a4c7089a309e31a Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 2 Jul 2018 10:21:31 -0400 Subject: [PATCH] Fix instance modal backdrop styles --- .../instances/instance-modal.block.less | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/awx/ui/client/src/instance-groups/instances/instance-modal.block.less b/awx/ui/client/src/instance-groups/instances/instance-modal.block.less index 64456c768b..c458b1051f 100644 --- a/awx/ui/client/src/instance-groups/instances/instance-modal.block.less +++ b/awx/ui/client/src/instance-groups/instances/instance-modal.block.less @@ -1,23 +1,23 @@ .Modal-backdrop { + background: #000; + height:100%; + left: 0px; + opacity: 0.25; position: fixed; top: 0px; - left: 0px; - height:100%; width:100%; - background: #000; - z-index: 2; - opacity: 0.5; + z-index: 1050; } .Modal-holder { - position: fixed; - top: 1; + bottom: 0px; left: 0px; + overflow-y: scroll; + position: fixed; right: 0px; top: 0px; - bottom: 0px; - z-index: 3; - overflow-y: scroll; + top: 1; + z-index: 1100; .modal-dialog { padding-top: 100px;