Skip to content

Commit

Permalink
feat(website): Add css smooth scroll
Browse files Browse the repository at this point in the history
This update html element to have `scroll-behavior: smooth;` in index.css
  • Loading branch information
alimoezzi committed Mar 6, 2022
1 parent a201f73 commit 1effcb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
margin: 0;
padding: 0;
overflow: hidden;
scroll-behavior: smooth;
}

body {
Expand Down

0 comments on commit 1effcb9

Please sign in to comment.