Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

♿️ Improve accessibility : Add smooth scrolling to document #864

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sass/atoms/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ html {
background-color: $white;
box-sizing: border-box;
color: $text-color;
scroll-behavior: smooth;
AnilSeervi marked this conversation as resolved.
Show resolved Hide resolved
}

body {
Expand Down
1 change: 0 additions & 1 deletion sass/lib/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dd {
/* Set core body defaults */
body {
min-height: 100vh;
scroll-behavior: smooth;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
Expand Down