Fix modal overflow and improve responsiveness on small screens#3391
Fix modal overflow and improve responsiveness on small screens#3391Isha-upadhyay wants to merge 1 commit intoOWASP:mainfrom
Conversation
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe Modal component in the frontend was redesigned for improved responsiveness and structure. Changes include reducing modal size from "4xl" to "lg", restructuring the header with responsive typography, reorganizing the body with internal scrolling, redesigning the hints section, and adding a footer with improved button styling to address viewport overflow issues on mobile devices. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
PR validation failed: No linked issue and no valid closing issue reference in PR description |
|



Proposed change
Resolves #3390
This PR fixes an issue on the OWASP Nest Contributor page where the “Read more” modal overflowed the viewport on smaller screen sizes.
What was changed
The fix improves usability and readability without changing any backend logic or data flow.
screenshots:

Testing
Checklist
make check-testlocally