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

Bugfix 153/footer should stick to the bottom of the page #155

Closed Urjikoo closed 1 year ago

Urjikoo commented 1 year ago

Describe your changes

The footer component on course planner page did not have a fixed position causing it to move way up during the page gets refreshed and also when the table size get small. To fix that, position added and solid white(light) background color added to make it visible and not blend with the table.

Types of changes

Checklist:

Priority:

Related Issues:

Fixes #153