Skip to content

Commit

Permalink
Add necessary overflow-x hidden on the body
Browse files Browse the repository at this point in the history
Due to the need for the desktop menu to be there for the auto responsive feature
  • Loading branch information
markteekman committed Apr 27, 2022
1 parent 54e8322 commit 0a107f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/DefaultLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let subtitle = 'Accessible Astro Starter'
html,
body {
height: 100%;
overflow-x: hidden;
}

body {
Expand Down

0 comments on commit 0a107f3

Please sign in to comment.