aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-03 15:32:24 -0500
committertaehoon <th.dev91@gmail.com>2019-02-03 15:32:24 -0500
commitee694d62eb34b825bccf4d0a6cbb299c6bde2a6e (patch)
tree469a2562860651e129e500a3362bab0da4f02c7b /src/App.vue
parent7115584882f4fde67d248fa61611dbe579a41b9f (diff)
Fix fixed background issue
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 833608ea..8a4e02c4 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>