fix: remove smooth scroll behavior (#114)

This commit is contained in:
Richard Shiue
2025-05-13 21:19:23 +08:00
committed by GitHub
parent 7b8f48edbf
commit f620c349e3

View File

@@ -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);
}