mirror of
https://github.com/flarum/core.git
synced 2025-05-06 07:25:22 +02:00
Stop loading spinner from appearing at the top
This commit is contained in:
parent
d43db32698
commit
5385c79a2b
@ -7,6 +7,8 @@ export default Ember.Component.extend({
|
|||||||
size: 'small',
|
size: 'small',
|
||||||
|
|
||||||
didInsertElement: function() {
|
didInsertElement: function() {
|
||||||
this.$().spin(this.get('size'));
|
var size = this.get('size');
|
||||||
|
Ember.$.fn.spin.presets[size].zIndex = 'auto';
|
||||||
|
this.$().spin(size);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user