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

Fix PageBody #158

Closed natalynyu closed 8 months ago

natalynyu commented 8 months ago

The purpose of adding a padding to PageBody is to solve for an issue in Course Planner in which the Footer covers the bottom of a table making the information in the table inaccessible to the user. By adding some padding to the bottom of PageBody, we are making it so that the footer does not obfuscate any information.

The purpose of adding a padding to PageBody is to solve for an issue in Course Planner in which the footer covers the bottom of a table making the information in the table inaccessible to the user. By adding some padding to the bottom of PageBody, we are making it so that the footer does not obfuscate any information.

Describe your changes

Types of changes

Checklist:

Priority:

Related Issues:

Fixes #704