pdovhomilja / nextcrm-app

NextCRM is a CRM build on top of the latest Next.JS 14. using TypeScript, great UI library shadcn, Prisma and MongoDB as a database. Uploadthings as a S3 blob for document storage.
https://demo.nextcrm.io
MIT License
261 stars 66 forks source link

Fix overflow issue in auth page #37

Closed MikhailWahib closed 1 month ago

MikhailWahib commented 1 month ago

Fixed the appearing scrollbars on auth page by letting the main layout to expand more the 100vh. Just make sure that didn't affect any other pages.

Fix #34

vercel[bot] commented 1 month ago

@MikhailWahib is attempting to deploy a commit to the nextCRM Team on Vercel.

A member of the Team first needs to authorize it.

pdovhomilja commented 1 month ago

Thanks, Mikhail. That was the issue.