Skip to content

Commit

Permalink
refactor: hide overflow-x on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Oct 27, 2024
1 parent bcefb26 commit 004f8c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ const sections = articles
</main>

<style>
body {
overflow-x: hidden;
}
header {
position: relative;
padding: 40px;
Expand Down

0 comments on commit 004f8c4

Please sign in to comment.