Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEFECT: Footer #29

Closed
naragurgel opened this issue May 29, 2023 · 1 comment
Closed

DEFECT: Footer #29

naragurgel opened this issue May 29, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@naragurgel
Copy link
Owner

Footer was not fixed at the bottom of the page
The footer was moving up and down accordingly with the page content.

To Reproduce
Steps to reproduce the behavior:

  1. Go to home page
  2. Click on Workout
  3. You will see the footer moving

Expected behavior
The footer should be fixed at the bottom of the page.

Screenshots
404

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser Chrome

Smartphone (please complete the following information):
Device: iPhone 11pro
OS: iOS 14.7.1
Browser: Safari
Version: 11.1

@naragurgel naragurgel added this to the DEFECTS milestone May 29, 2023
@naragurgel naragurgel changed the title DEFECT: <title> DEFECT: Footer May 29, 2023
@naragurgel
Copy link
Owner Author

Resolution Steps
Add this code to the style :
.main-bg {
background-color: #212529;
min-height: calc(100vh - 196px);
}

Resolution Screenshots

image

@naragurgel naragurgel added the bug Something isn't working label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

1 participant