From 2409f6bbbc606b3979d90ab76676a67d27221a7f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 23 Oct 2025 14:59:01 -0700 Subject: [PATCH] Don't smooth scroll It's annoying when anchoring to comments, for example --- app/assets/stylesheets/reset.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/reset.css b/app/assets/stylesheets/reset.css index 959a6e60b..d333a38df 100644 --- a/app/assets/stylesheets/reset.css +++ b/app/assets/stylesheets/reset.css @@ -41,7 +41,7 @@ } html { - scroll-behavior: smooth; + /* scroll-behavior: smooth; */ } /* Set core body defaults */