app: Sink z-index of loading overlay below alert popups.

This makes early blueslip errors visible.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-06-22 18:43:37 -07:00 committed by Tim Abbott
parent 0b3cf78333
commit d1d8963bd5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
padding: 10px;
top: 0px;
left: 0px;
z-index: 9001;
z-index: 200;
}
#app-loading-middle-content, #app-loading-bottom-content {
position: absolute;