Real-Dev-Squad / members-site

https://members-app-v2.vercel.app
MIT License
4 stars 23 forks source link

fix: footer alignment in member profile section #148

Closed ssxdev closed 1 month ago

ssxdev commented 1 month ago

Issue Description

The footer of the member profile section is not aligned as it needs to be. The footer should be at the bottom of the website, but it gets to the top when there is no full content on the screen.

This problem arises because the height of the profile section is not set to "min-height: 100vh" or "flex-grow: 1" which will lead to only taking the required space on the screen.

Expected Behavior

It has to be at the bottom of the member profile section, even if there is no full content on the screen.

Current Behavior

The footer comes to the top when there is no full content on the screen

Screenshots

image image

Reproducibility

Severity/Priority

Additional Information

Checklist