mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Stop loading spinner from appearing at the top
This commit is contained in:
parent
04937646fb
commit
37fa92e868
|
@ -7,6 +7,8 @@ export default Ember.Component.extend({
|
|||
size: 'small',
|
||||
|
||||
didInsertElement: function() {
|
||||
this.$().spin(this.get('size'));
|
||||
var size = this.get('size');
|
||||
Ember.$.fn.spin.presets[size].zIndex = 'auto';
|
||||
this.$().spin(size);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user