Browse Source

flex-grow to make footer stick to bottom

pull/278/head
Hunter Thornsberry 2 years ago
parent
commit
f0d8db1c87
  1. 1
      src/App.tsx

1
src/App.tsx

@ -43,6 +43,7 @@ export const App = (): JSX.Element => {
) : (
<>
<Dashboard />
<div className="flex flex-grow"></div>
<Footer />
</>
)}

Loading…
Cancel
Save