Skip to content

Commit

Permalink
doc: remove scroll-behavior: smooth;
Browse files Browse the repository at this point in the history
PR-URL: #53942
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cloydlau authored and marco-ippolito committed Aug 19, 2024
1 parent f79ec97 commit 3a02a88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@
}

/*--------------------- Layout and Typography ----------------------------*/
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}

html {
font-size: 1rem;
overflow-wrap: break-word;
Expand Down

0 comments on commit 3a02a88

Please sign in to comment.