mirror of https://github.com/zulip/zulip.git
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:
parent
0b3cf78333
commit
d1d8963bd5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue