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
Scrolling works perfectly when using a single window.
However, if there is a <div> element scrolling in the middle of the page (a list with messages, max-height 200px, scrolling on y), the scrolling button won't be shown while you scroll inside the list of messages.
Is there a way to implement a window selector? So it can refer to the parent y-scroll instead of the window one?
The text was updated successfully, but these errors were encountered:
Scrolling works perfectly when using a single window.
However, if there is a
<div>
element scrolling in the middle of the page (a list with messages, max-height 200px, scrolling on y), the scrolling button won't be shown while you scroll inside the list of messages.Is there a way to implement a window selector? So it can refer to the parent y-scroll instead of the window one?
The text was updated successfully, but these errors were encountered: