From 8dad3507f6a029c3622ebf9733e293db69c2b72d Mon Sep 17 00:00:00 2001 From: Ben Brown <9870007+brownben@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:01:51 +0000 Subject: [PATCH] fix: use smooth scrolling --- frontend/assets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/assets/main.css b/frontend/assets/main.css index 7a7347a9..35847b73 100644 --- a/frontend/assets/main.css +++ b/frontend/assets/main.css @@ -30,12 +30,12 @@ html, body, #app, #__nuxt { - @apply flex h-full flex-col; + @apply flex h-full flex-col scroll-smooth; } a, button { - @apply rounded ring-main-200 focus:outline-none focus-visible:ring; + @apply rounded focus:outline-none focus-visible:ring; } ::selection {