From f620c349e3eb91755fe753d06b1fb40a5a56da9c Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Tue, 13 May 2025 21:19:23 +0800 Subject: [PATCH] fix: remove smooth scroll behavior (#114) --- src/styles/app.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index febf9a14..8a21a688 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -3,7 +3,6 @@ * { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; - scroll-behavior: smooth; } .sketch-picker { @@ -180,4 +179,3 @@ body { box-shadow: 0px 2px 8px 2px rgba(31, 35, 41, 0.02), 0px 2px 4px 0px rgba(31, 35, 41, 0.02), 0px 1px 2px -2px rgba(31, 35, 41, 0.02); } -