Skip to content

Commit

Permalink
Merge pull request #5593 from RakowskiPrzemyslaw/fix/body-scroll-lock
Browse files Browse the repository at this point in the history
fix: body scroll lock
  • Loading branch information
filrak committed Mar 2, 2021
2 parents 6c27af8 + c828ff5 commit e733450
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/core/docs/changelog/5514.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
description: 'removed overflow-x: hidden from html tag',
link: 'https://github.com/vuestorefront/vue-storefront/issues/5514',
isBreaking: false,
breakingChanges: [],
author: 'Przemysław Rakowski',
linkToGitHubAccount: 'https://github.com/RakowskiPrzemyslaw'
};
1 change: 0 additions & 1 deletion packages/core/nuxt-theme-module/theme/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default {
// Reset CSS
html {
width: auto;
overflow-x: hidden;
}
body {
overflow-x: hidden;
Expand Down

0 comments on commit e733450

Please sign in to comment.