codefordenver / partner-finder

Using an open dataset with registered colorado business to build a tool that manages outreach to potential CFD partners.
3 stars 14 forks source link

Last lead row is getting cut off by footer #140

Closed clairefields15 closed 3 years ago

clairefields15 commented 3 years ago

Add a bottom margin to the lead table so that the last one isn't cut off if there are 20

iatenine commented 3 years ago

This can be solved in a more responsive manner by setting the footer's display property to "sticky" but this will require wrestling with or replacing the Material UI framework