From 1a758e02b74f977b2b0ed236ac02fdbc7be31c13 Mon Sep 17 00:00:00 2001 From: Miriam Suzanne Date: Tue, 10 Sep 2019 16:28:30 -0600 Subject: [PATCH] Add scroll-behavior auto to rerduced-motion see #11 --- reminders.css | 1 + 1 file changed, 1 insertion(+) diff --git a/reminders.css b/reminders.css index bd4c38b..4b7dd8f 100644 --- a/reminders.css +++ b/reminders.css @@ -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; } }