Skip to content

Commit

Permalink
Fixed footer issues on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
NandaScott committed Nov 13, 2019
1 parent 9555278 commit cc76cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AppBar, Typography } from '@material-ui/core';

export default function Footer(props) {
return (
<AppBar component='footer' position='absolute' color='secondary' style={{ top: 'auto', bottom: 0, padding: '1em' }}>
<AppBar component='footer' position='fixed' color='secondary' style={{ top: 'auto', bottom: 0, padding: '1em' }}>
<Typography variant='caption'>
This is an open-source project by <a href="https://opencharlotte.org">Open Charlotte Brigade</a> project that is built in partnership with <a href="http://charlottereentry.org">Re-entry Partners of Mecklenburg</a> and the <a href="https://www.mecknc.gov/CriminalJusticeServices/Pages/ReentryServices.aspx">Re-entry Services of Mecklenburg County</a>.
</Typography>
Expand Down

0 comments on commit cc76cb2

Please sign in to comment.