mirror of https://github.com/zulip/zulip.git
Make spinners have a lower z-index than the top nav bar
(imported from commit 9e32122efdfc5b5f75e527e3df0ac4363b45191d)
This commit is contained in:
parent
c1bd8d821f
commit
1099b01a19
|
@ -47,7 +47,8 @@ exports.make_loading_indicator = function (container, text) {
|
|||
width: 9,
|
||||
radius: 9,
|
||||
speed: 1.25,
|
||||
shadow: false
|
||||
shadow: false,
|
||||
zIndex: 1000
|
||||
}).spin(spinner_elem[0]);
|
||||
container.data("spinner_obj", spinner);
|
||||
|
||||
|
|
Loading…
Reference in New Issue