-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(platform): Add scrollable horizontal overflow #13598
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 34 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
|
szokeasaurusrex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @chargome, thanks for this PR, and sorry I missed the review notification.
Although this is probably better than what we had before, I don't think it's ideal.
Here's a screen recording to demonstrate (made on this page from the preview):
Screen.Recording.2025-05-09.at.14.03.21.mov
Specifically, what I think should be improved:
- It's a bit difficult to tell that this page is horizontally scrollable. Maybe, this could be fixed by adding a shadow border on the right side when the page is scrollable horizontally, which makes it look like the right sidebar is "above" the rest of the horizontally scrollable portion
- Also, rather than having the whole docs page scroll horizontally, I think it would be better to have only the overflowing portion (in this case, the table) scroll horizontally.
I'll approve the PR if you think it's too much effort to address these suggestions here, but I think it would be best to create an issue for them, in that case.
|
@chargome - are you still working on this one? |
|
This became obsolete with the layout changes, sorry that this one fell under the radar! |
Fixes UI bugs with overflowing tables etc.