From 9a2ea8f21d28049c4c420c9f1bf17cfce79fd23f Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:40:58 -0400 Subject: [PATCH] Add smooth scrolling to feature tabs on mobile --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 58fefd4..cbf76d1 100644 --- a/css/style.css +++ b/css/style.css @@ -71,6 +71,7 @@ footer { #feature-list { scrollbar-width: none; + scroll-behavior: smooth; } .feature-list-item {