diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-12 15:25:18 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-12 15:25:18 +0000 |
| commit | 6d8862dc9a587ab7096db6e4952070441ed9cf07 (patch) | |
| tree | 676bede90ebf44f3fa539d733148de375900b08b /src/App.vue | |
| parent | 25cfb04873b4d5f849afa007c5d4dc2844bff79b (diff) | |
| parent | 0483f1d6365d8a2b4f847bdc412831b29e5541da (diff) | |
Merge branch '300-fixed-background-issue' into 'develop'
Fix fixed background issue
Closes #300
See merge request pleroma/pleroma-fe!518
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 7541928f..fa5736e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@ <template> - <div id="app" v-bind:style="style"> + <div id="app"> + <div class="app-bg-wrapper" v-bind:style="bgStyle"></div> <nav class='nav-bar container' @click="scrollToTop()" id="nav"> <div class='logo' :style='logoBgStyle'> <div class='mask' :style='logoMaskStyle'></div> |
