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
We have a requirement to add scrolling buttons on our trello board. Currently, we have a scroll bar that's too far down and the user can't easily access it to scroll left/right within the .
The idea was to add to buttons to scroll left/right. However, I'm unable to achieve such result. Is there anything we could use to make this possible or maybe I'm simply missing something.
One idea I had but can't get it to work is to have a ref on each lanes within the and on click, move to the closest lane that is not in view.
The text was updated successfully, but these errors were encountered:
Lodennn
added a commit
to Lodennn/react-trello
that referenced
this issue
Nov 27, 2023
We have a requirement to add scrolling buttons on our trello board. Currently, we have a scroll bar that's too far down and the user can't easily access it to scroll left/right within the .
The idea was to add to buttons to scroll left/right. However, I'm unable to achieve such result. Is there anything we could use to make this possible or maybe I'm simply missing something.
One idea I had but can't get it to work is to have a ref on each lanes within the and on click, move to the closest lane that is not in view.
The text was updated successfully, but these errors were encountered: