Skip to content

fix: add horizontal scroll to SimpleTable for mobile#411

Merged
gaghan430 merged 1 commit intomainfrom
fix/simple-table-mobile-scroll
Apr 20, 2026
Merged

fix: add horizontal scroll to SimpleTable for mobile#411
gaghan430 merged 1 commit intomainfrom
fix/simple-table-mobile-scroll

Conversation

@gaghan430
Copy link
Copy Markdown
Contributor

Summary

Change overflow-hidden to overflow-x-auto on the SimpleTable wrapper so tables with 3+ columns scroll horizontally on mobile instead of clipping.

Only one usage exists: the nameservers table in project/detail/dns/detail.tsx (4 columns: Type, Value, DNS Host, Registrar). The sticky actions column pattern already works with this change.

Closes #407

Test plan

  • Visit a DNS zone detail page with nameservers → table scrolls horizontally on mobile
  • Desktop: unchanged

@cla-assistant
Copy link
Copy Markdown

cla-assistant Bot commented Apr 20, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@gaghan430 gaghan430 requested a review from a team April 20, 2026 07:57
@gaghan430 gaghan430 merged commit 4bb0db4 into main Apr 20, 2026
9 of 10 checks passed
@gaghan430 gaghan430 deleted the fix/simple-table-mobile-scroll branch April 20, 2026 09:18
@gaghan430 gaghan430 self-assigned this Apr 20, 2026
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

Successfully merging this pull request may close these issues.

feat: add horizontal scroll to SimpleTable for mobile

2 participants