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

fix: overflow issue in tableSection #7377

Merged
merged 5 commits into from
Oct 8, 2024
Merged

Conversation

Shubhdeep12
Copy link
Contributor

this PR fixes #7327

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

This pull request addresses an overflow issue in the TableSection component, fixing the visibility problem for object fields described in issue #7327.

  • Changed overflow: hidden to overflow-y: auto in StyledSection component to enable vertical scrolling
  • Modification allows all fields to be visible when content exceeds max-height
  • Directly resolves issue Only the first 29 object fields are visible/editable #7327 where only the first 29 object fields were visible/editable
  • Minor reordering of imports, which doesn't affect functionality

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings

Copy link
Contributor

@ehconitin ehconitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments!

@ehconitin ehconitin merged commit 444cd3f into twentyhq:main Oct 8, 2024
11 checks passed
harshit078 pushed a commit to harshit078/twenty that referenced this pull request Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only the first 29 object fields are visible/editable
2 participants