[WEB-4443] fix: remove scroll-behaviour smooth causing Gantt chart continuous scroll (#7351)

This commit is contained in:
Prateek Shourya 2025-07-07 16:09:52 +05:30 committed by GitHub
parent 28375c46e5
commit 0f0c4b5293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View file

@ -332,7 +332,6 @@
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
}
body {

View file

@ -367,7 +367,6 @@
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
}
body {

View file

@ -497,7 +497,6 @@
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;
}
body {