mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Fix instance modal backdrop styles
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
.Modal-backdrop {
|
.Modal-backdrop {
|
||||||
|
background: #000;
|
||||||
|
height:100%;
|
||||||
|
left: 0px;
|
||||||
|
opacity: 0.25;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
|
||||||
height:100%;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
background: #000;
|
z-index: 1050;
|
||||||
z-index: 2;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Modal-holder {
|
.Modal-holder {
|
||||||
position: fixed;
|
bottom: 0px;
|
||||||
top: 1;
|
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
position: fixed;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
top: 1;
|
||||||
z-index: 3;
|
z-index: 1100;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
|
|||||||
Reference in New Issue
Block a user