use native scrollbar
This commit is contained in:
parent
abad528dd4
commit
220a7e89d5
7 changed files with 5 additions and 68 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue