Skip to content

Commit

Permalink
Fix overflow bug on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Jan 22, 2024
1 parent 8c9958d commit b28fb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/HomeLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const { title, description } = Astro.props;
html {
box-sizing: border-box;
height: 100%;
overflow-x: hidden;
}

body {
Expand Down

0 comments on commit b28fb98

Please sign in to comment.