Fix fixed background issue

This commit is contained in:
taehoon 2019-02-03 15:32:24 -05:00
parent 7115584882
commit ee694d62eb
3 changed files with 13 additions and 7 deletions

View file

@ -66,9 +66,8 @@ export default {
})
},
logo () { return this.$store.state.instance.logo },
style () {
bgStyle () {
return {
'--body-background-image': `url(${this.background})`,
'background-image': `url(${this.background})`
}
},