seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Footer should stick to the bottom of the page #153

Closed jonseitz closed 9 months ago

jonseitz commented 1 year ago

When initially loading one of our large tables, the footer will appear immediately below the Loading Spinner as that is the only content on the page (as in the screenshot below). It feels a little weird to have the footer in the middle of the page, so I propose we set the CSS position value such that the footer will always appear at the bottom of the page, regardless of how long the content is.

2023-04-12_143819_crop

jonseitz commented 9 months ago

Closed by #155