-
Notifications
You must be signed in to change notification settings - Fork 2
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 vertical scrolling in payload admin portal detail pane #676
Fix vertical scrolling in payload admin portal detail pane #676
Conversation
Co-Authored-By: Nathan Clevenger <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
actually Devin the issue is lack of vertical scrolling, not horizontal ... |
Co-Authored-By: Nathan Clevenger <[email protected]>
pkgs/ui/src/admin-overrides.css
Outdated
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.
this is unnecessary
this is not a fix
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.
this component isn't being used by the payload admin portal
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.
unnecessary wrong fix
…stom CSS Co-Authored-By: Nathan Clevenger <[email protected]>
Co-Authored-By: Nathan Clevenger <[email protected]>
I've fixed the vertical scrolling issue in the payload admin portal detail pane by adding custom CSS to the standard Payload CMS location at src/admin/scss/custom.css. The CSS ensures proper vertical scrolling when content exceeds the viewport height. All CI checks are now passing. The fix uses the standard Payload CMS approach for custom admin CSS rather than modifying UI components directly. |
Closing due to inactivity for more than 7 days. |
This PR fixes the vertical scrolling issue in the detail pane of the payload admin portal by adding custom CSS to the standard Payload CMS location at src/admin/scss/custom.css.
The CSS fixes ensure proper vertical scrolling in the admin detail pane when content exceeds the viewport height.
Link to Devin run: https://app.devin.ai/sessions/4ca6ee8a9c1d42adaf951e99cd69716f
Requested by: Nathan Clevenger