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

merge-requests/3875/head
Utkarsh_33 2023-04-24 18:35:47 +00:00 committed by Ben Mullins
parent 3e7279b07f
commit 0a32294b77
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ tr .ajax-progress-throbber .throbber {
/* Full screen throbber */
.ajax-progress-fullscreen {
position: fixed;
z-index: 1000;
z-index: 1261;
top: 48.5%;
/* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
left: 49%; /* LTR */

View File

@ -79,7 +79,7 @@
.ajax-progress--fullscreen,
.ui-dialog .ajax-progress--throbber {
position: fixed;
z-index: 1000;
z-index: 1261;
inset-block-start: 50%;
inset-inline-start: 50%;
box-sizing: border-box;

View File

@ -68,7 +68,7 @@
.ajax-progress--fullscreen,
.ui-dialog .ajax-progress--throbber {
position: fixed;
z-index: 1000;
z-index: 1261;
inset-block-start: 50%;
inset-inline-start: 50%;
box-sizing: border-box;