mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-28 18:28:02 +08:00
fix: remove smooth scroll behavior (#114)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user