fix: footer alignment in member profile section
Closed this issue · 0 comments
ssxdev commented
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
Reproducibility
- This issue is reproducible
- This issue is not reproducible
Severity/Priority
- Critical
- High
- Medium
- Low
Checklist
- I have read and followed the project's code of conduct. (CONTRIBUTING.md)
- I have searched for similar issues before creating this one.
- I have provided all the necessary information to understand and reproduce the issue.
- I am willing to contribute to the resolution of this issue.