mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 04:31:57 +08: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',
|
||||
|
||||
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