Issue #3118813 by Utkarsh_33, GuyPaddock, Gauravvvv, Abhisheksingh27, zliante, ranjith_kumar_k_u, smustgrave, ckrina, tim.plunkett: .ajax-progress--fullscreen z-index should be higher than .ui-dialog when triggered in a modal
parent
3e7279b07f
commit
0a32294b77
|
@ -29,7 +29,7 @@ tr .ajax-progress-throbber .throbber {
|
||||||
/* Full screen throbber */
|
/* Full screen throbber */
|
||||||
.ajax-progress-fullscreen {
|
.ajax-progress-fullscreen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1261;
|
||||||
top: 48.5%;
|
top: 48.5%;
|
||||||
/* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
|
/* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
|
||||||
left: 49%; /* LTR */
|
left: 49%; /* LTR */
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
.ajax-progress--fullscreen,
|
.ajax-progress--fullscreen,
|
||||||
.ui-dialog .ajax-progress--throbber {
|
.ui-dialog .ajax-progress--throbber {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1261;
|
||||||
inset-block-start: 50%;
|
inset-block-start: 50%;
|
||||||
inset-inline-start: 50%;
|
inset-inline-start: 50%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
.ajax-progress--fullscreen,
|
.ajax-progress--fullscreen,
|
||||||
.ui-dialog .ajax-progress--throbber {
|
.ui-dialog .ajax-progress--throbber {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1000;
|
z-index: 1261;
|
||||||
inset-block-start: 50%;
|
inset-block-start: 50%;
|
||||||
inset-inline-start: 50%;
|
inset-inline-start: 50%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue