Skip to content

Commit

Permalink
Merge branch 'next' into search-adjust-to-ee
Browse files Browse the repository at this point in the history
  • Loading branch information
justyna-13 committed Mar 25, 2021
2 parents eefd177 + c14bed5 commit b3ebe7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/docs/changelog/5514_1.js
@@ -0,0 +1,8 @@
module.exports = {
description: 'revert change https://github.com/vuestorefront/vue-storefront/pull/5593 as it was breaking the mobile view after latest release',
link: 'https://github.com/vuestorefront/vue-storefront/issues/5514',
isBreaking: false,
breakingChanges: [],
author: 'Baroshem',
linkToGitHubAccount: 'https://github.com/Baroshem'
};
3 changes: 3 additions & 0 deletions packages/core/nuxt-theme-module/theme/layouts/default.vue
Expand Up @@ -69,6 +69,9 @@ export default {
// Reset CSS
html {
width: auto;
@include for-mobile {
overflow-x: hidden;
}
}
body {
overflow-x: hidden;
Expand Down

0 comments on commit b3ebe7d

Please sign in to comment.