Skip to content

Commit

Permalink
style: disable horizontal scrolling of the root element
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan committed Oct 8, 2024
1 parent b536afc commit 68a6bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
html {
scroll-behavior: smooth;
overflow-x: hidden;
}

/* Code highlight */
Expand Down

0 comments on commit 68a6bf0

Please sign in to comment.