problem
upgrade plan modal takes up the entire viewport height which doesn't look consistent for UX
changes i made
previously :
After a little fix :
what changed :
- a simple class min-h-fit was getting precedence over max-h-[90vh] so i just removed that min-h-fit and it worked fine.