Skip to content

Commit

Permalink
change scroll-behavior to smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Apr 6, 2021
1 parent a394d42 commit b0bbe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/_core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html {
font-size: $global-font-size;
line-height: $global-line-height;
width:100%;
scroll-behavior: auto;
scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
Expand Down

0 comments on commit b0bbe68

Please sign in to comment.