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
Make inactive X and Y scrollbar ng-scrollbar-sticky elements ignore all pointer events using pointer-events: none.
Use Case
At the moment these elements are in the way all the time, even if the contents are not scrollable currently. What this means is that on small contents, the elements are taking up significant clickable space, even though they dont do anything when clicked/hovered.