Skip to content

Commit

Permalink
app: Sink z-index of loading overlay below alert popups.
Browse files Browse the repository at this point in the history
This makes early blueslip errors visible.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk authored and timabbott committed Jun 23, 2024
1 parent 0b3cf78 commit d1d8963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zerver/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d1d8963

Please sign in to comment.