Skip to content

Commit

Permalink
Merge pull request #55 from mozdevs/scroll-auto
Browse files Browse the repository at this point in the history
Add scroll-behavior auto to rerduced-motion see #11
  • Loading branch information
mirisuzanne authored Sep 10, 2019
2 parents fda341a + 1a758e0 commit e24c0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reminders.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ nav li:before {
animation-duration: 1s !important;
animation-iteration-count: 1 !important;
background-attachment: initial !important;
scroll-behavior: auto !important;
transition-duration: 0s !important;
}
}
Expand Down

0 comments on commit e24c0f2

Please sign in to comment.