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
Inside the container, have a <textarea> where the text overflows the maximum height of the textarea element, and therefore it has a scrollbar of its own)
The content inside the container must be more than its maximum height, in order for the PerfectScrollbar bars to appear
Scroll over the container
As the container scrolls, the cursor will end up over the textarea
Notice how the scroll starts acting strange, either when scrolling up or down, depending on whether the textarea is scrolled all the way to the top or to the bottom
The wheelPropagation option does nothing to alleviate this issue
If you hold your cursor anywhere outside the textarea, scroll still functions as expected
The text was updated successfully, but these errors were encountered:
tibineagu
added a commit
to tibineagu/perfect-scrollbar
that referenced
this issue
Jul 12, 2022
Codesandbox Demo here
Steps to reproduce:
PerfectScrollbar
<textarea>
where the text overflows the maximum height of the textarea element, and therefore it has a scrollbar of its own)wheelPropagation
option does nothing to alleviate this issueThe text was updated successfully, but these errors were encountered: