Skip to content
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

Nit: Telemetry looks weird when too much data in the list requiring you to scroll right #592

Open
jsdw opened this issue Sep 20, 2024 · 1 comment

Comments

@jsdw
Copy link
Collaborator

jsdw commented Sep 20, 2024

Screenshot 2024-09-20 at 14 46 58

The table scroll turns into an entire-page scroll at some point. We can hopefully force the table to stay within bounds and prevent this.

@jsdw
Copy link
Collaborator Author

jsdw commented Sep 26, 2024

I had a bit of a look and you can mostly fix this by setting overflow-x: auto on the "List" element with the table inside it (and then perhaps preventing that from being given a fixed height). One issue here is that the horizontal scroll bar for the table needs scrolling to since the table is quite tall and scrollbars sit along the bottom. There are hacks you can use to make a scrollbar be at the top too; might be worth having this too when the table is too big (eg https://stackoverflow.com/questions/3934271/horizontal-scrollbar-on-top-and-bottom-of-table).

Would want to test this with both not many and too many columns in the table to see that it handles things well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant