In version 11.0.x, the "Available Steps" section on the left sidebar was responsive to the mouse's scroll wheel. However, in version 14.0.x, this no longer works.
Yes, previously the mouse wheel supported horizontal scrolling, but now it doesn't; it only supports vertical scrolling.
It's because the step names are too long, and horizontal scrolling is needed to reach the "Copy" and "Modify" buttons.
In my tests, if step name is very long but with spaces like below, it will auto wrap the word:
- if step name is very long without space, you can scroll horizontally like below (we'll optimize this so that it can also wrap the word so that there is no need to horizontally scroll):
So, what is your case?
Yes, I use step names without spaces, so in this case, the horizontal scrollbar at the bottom is the only way to access the "Copy" and "Modify" buttons. However, horizontal mouse scrolling doesn't work in version 14.0.x, while it did work in version 11.0.x. When there are many steps, in version 14.0.x, you first have to scroll to the bottom of the page to see the horizontal scrollbar, then scroll all the way to the right and find the step operation you need. But in version 11.0.x, you could directly use the mouse's horizontal scroll to quickly access the operation buttons for the required step, which is more efficient and less prone to error.
I have filed issue below and will break the words later so there is no need to scroll horizontally.