You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Attempt to scroll using the scrollbar. Notably, clicking in a blank region of the scrollbar always moved back to the top (or is it the currently selected item?); similarly for clicking on the down arrow on the bottom of the scroll bar.
Notice easy workaround of using a surrounding div (commented out in the demo).
Browsers Affected
[X ] Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
If you specify a height and overflow-y: scroll, then the scroll is erratic when using the scrollbar handle.
Expected outcome
Smooth/deterministic scroll.
Actual outcome
Erratic scrolling.
Live Demo
https://embed.plnkr.co/2R2TRC/
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: