### Describe the bug Chromium's `scrollIntoView` is quite buggy when used with `scroll-behavior: smooth`, for example, * [it doesn't work with multiple elements](https://bugs.chromium.org/p/chromium/issues/detail?id=833617), * [it doesn't work if called rapidly](https://bugs.chromium.org/p/chromium/issues/detail?id=923739), * [it doesn't work with `Element.animate`](https://bugs.chromium.org/p/chromium/issues/detail?id=1321263), * [...](https://bugs.chromium.org/p/chromium/issues/list?q=scrollIntoView%20smooth&can=2) ### To reproduce _No response_ ### Expected behavior _No response_ ### Environment - OS: All - Browser: Chromium - Pjax: since #20 (v0.10.0+) ### Anything else? _No response_
Describe the bug
Chromium's
scrollIntoViewis quite buggy when used withscroll-behavior: smooth, for example,Element.animate,To reproduce
No response
Expected behavior
No response
Environment
Anything else?
No response