Skip to content

Commit

Permalink
Merge eda5eb5 into 36304ce
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Mar 19, 2021
2 parents 36304ce + eda5eb5 commit 23b8902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/nuxt-theme-module/theme/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<LoginModal />
<Notification />
</div>
<LazyHydrate when-visible>
<!-- <LazyHydrate when-visible> -->
<AppFooter />
</LazyHydrate>
<!-- </LazyHydrate> -->
</div>
</template>

Expand Down Expand Up @@ -69,6 +69,7 @@ export default {
// Reset CSS
html {
width: auto;
overflow-x: hidden;
}
body {
overflow-x: hidden;
Expand Down

0 comments on commit 23b8902

Please sign in to comment.