diff --git a/stylesheets/app.css b/stylesheets/app.css index fcbd12e..dd61d94 100644 --- a/stylesheets/app.css +++ b/stylesheets/app.css @@ -73,6 +73,7 @@ html { /* 4 */ -webkit-text-size-adjust: 100%; /* 4 */ + scroll-behavior: smooth; } /** diff --git a/stylesheets/sass/_normalize.scss b/stylesheets/sass/_normalize.scss index 08f8950..5001f7a 100644 --- a/stylesheets/sass/_normalize.scss +++ b/stylesheets/sass/_normalize.scss @@ -10,6 +10,7 @@ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ + scroll-behavior: smooth; } /**