fix: resolve upgrade modal taking full viewport height#2122
fix: resolve upgrade modal taking full viewport height#2122nielskaspers wants to merge 1 commit intomfts:mainfrom
Conversation
Remove min-h-fit class that overrides max-h-[90vh] constraint on the upgrade plan modal, allowing it to properly respect the max height.
|
@nielskaspers is attempting to deploy a commit to the mftsio Team on Vercel. A member of the Team first needs to authorize it. |
|
All contributors have signed the CLA ✍️ ✅ |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe Changes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
|
I have read the CLA Document and I hereby sign the CLA |
Summary
Fixes the upgrade plan modal taking up the entire viewport height by removing the conflicting
min-h-fitclass.Issue
Fixes #2116
Changes
min-h-fitclass fromupgrade-plan-modal.tsxandupgrade-plan-modal-with-discount.tsxthat was overridingmax-h-[90vh]Testing
Summary by CodeRabbit