mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fix instance modal backdrop styles
This commit is contained in:
parent
581436f23d
commit
ce2f4dca16
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user