Add smooth scrolling to feature tabs on mobile

This commit is contained in:
Adam Iannazzone 2024-04-25 12:40:58 -04:00
parent 86af6cdabc
commit 9a2ea8f21d

View file

@ -71,6 +71,7 @@ footer {
#feature-list {
scrollbar-width: none;
scroll-behavior: smooth;
}
.feature-list-item {