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
If you drag the scrollbar, any underlying components reacting to pointer with get triggered.
SimpleBar intercepts most pointers event but not the hover event.
Expected behavior
Hover effect of underlying component of scrollbar shouldn't trigger.
Suggested solution(s)
We could actually toggle pointer-events css property dynamically on mouseDown/mouseUp.
The text was updated successfully, but these errors were encountered:
🐛 Bugs
Current Behavior
If you drag the scrollbar, any underlying components reacting to pointer with get triggered.
SimpleBar intercepts most pointers event but not the hover event.
Expected behavior
Hover effect of underlying component of scrollbar shouldn't trigger.
Suggested solution(s)
We could actually toggle
pointer-events
css property dynamically onmouseDown/mouseUp
.The text was updated successfully, but these errors were encountered: