From c8ef2bc626d7fb10a27881627934033341db97cd Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 23 Jun 2022 17:16:36 -0700 Subject: [PATCH] Ensure modal overlay has the right z-index --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 77329de93ff..9412641a6cb 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -7483,7 +7483,7 @@ button.module-image__border-overlay:focus { $loading-screen-modal-overlay: $z-index-on-top-of-everything + 1; .module-modal-host__overlay, - .module-modal-host__container { + .module-modal-host__overlay-container { z-index: $loading-screen-modal-overlay; } }