-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when too wide, rows scroll individually #118
Comments
(See @JiwoonKim's comments in #114 for details) |
Making the entire column scroll was the previous implementation. I'm fine with either way. The downside of having the scroller at the bottom is that if the user is viewing a big schema then in order to see the not yet visible section of the panel would involve scrolling to the end of the viewer, moving the scroller, then scrolling back up. This can be annoying for mobile users. From what I can see right now, we decided to pick a better user experience rather than a nicer UI :) |
Could we do something with a hover effect and z-order, so that mousing over (or touching) the left side raises the left cell in every row above the right cell? |
Absolutely. We could definitely experiment with that. |
After #114 lands, if there's overflow in either the left or right column, then each row scrolls individually.
How could we do better? Can we make the entire column scroll as one?
The text was updated successfully, but these errors were encountered: