The website has a fixed element that uses overflow:auto
. Users can scroll this element by positioning the mouse over it. However, once the element reaches the end of its scroll, the page does not seamlessly take over the scrolling. Instead, there is about a 1-second delay before the document scrolling resumes.
Is there a way to make this transition between element and document scrolling smoother without any pause?
PS: A similar issue can be observed in the "Similar questions" box on stackoverflow.