diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-29 14:37:08 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 220a7e89d5087af3989975cb326cd4d8f60cbc6a (patch) | |
| tree | f14e10cc1f5168b387b99ff2511e47d5de17563a /src/App.vue | |
| parent | abad528dd4885265f5d80056d430eb0341022a99 (diff) | |
use native scrollbar
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 229bf62b..cb7e8d78 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ <template> - <div id="app" v-bind:style="bgAppStyle" v-bind:class="{ mobile: isMobile }"> + <div id="app" v-bind:style="bgAppStyle"> <div class="app-bg-wrapper" v-bind:style="bgStyle"></div> <MobileNav v-if="isMobileLayout" /> <nav v-else class='nav-bar container' @click="scrollToTop()" id="nav"> |
