fix double scrollbar display bug in mobile
This commit is contained in:
parent
e97f8a4728
commit
0bb8247822
4 changed files with 22 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div id="app" v-bind:style="bgAppStyle">
|
||||
<div id="app" v-bind:style="bgAppStyle" v-bind:class="{ mobile: isMobile }">
|
||||
<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