Prerequisites
Proposal
Remove smooth scrolling introduced in #31877 by setting $enable-smooth-scroll to false by default (or removing completely).
Motivation and context
There were comments in the issue indicating this feature affects negatively several websites
#31877 (comment)
#31877 (comment)
as well as external issues
hotwired/turbo-rails#165
jenkins-infra/jenkins.io#6009
The suggested workaround involves overriding this with !important, which is not a good practice.
Prerequisites
Proposal
Remove smooth scrolling introduced in #31877 by setting
$enable-smooth-scrollto false by default (or removing completely).Motivation and context
There were comments in the issue indicating this feature affects negatively several websites
#31877 (comment)
#31877 (comment)
as well as external issues
hotwired/turbo-rails#165
jenkins-infra/jenkins.io#6009
The suggested workaround involves overriding this with
!important, which is not a good practice.