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

bug fix introduced by the last commit in the footer #442

Merged
merged 3 commits into from
May 13, 2022

Conversation

airenzp
Copy link
Contributor

@airenzp airenzp commented May 13, 2022

This PR is to fix a bug introduced by the last commit in the previous PR. The change height: 100vh in the loading-overlay class caused the scroll to stop working. Now the class is only set when the spinner is shown, to restore the page scroll

Related issue(s) and PR(s)

This PR closes #441

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Testing

Scroll and it works

Definition of Done checklist

  • I have made an effort making the commit history understandable
  • I have performed a self-review of my own code and commented any hard-to-understand areas
  • Tests and lint/format validations are passing
  • My changes generate no new warnings

…ay class, that caused the scroll to stop working. The class is only set when the spinner is shown
@airenzp airenzp requested review from jonandernovella and a user May 13, 2022 09:52
We centered the body and tried to fix the minimum size of the button.
Copy link
Contributor

@jonandernovella jonandernovella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great!!

@jonandernovella jonandernovella merged commit 5c939f0 into develop May 13, 2022
@jonandernovella jonandernovella deleted the fix/footer branch May 13, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scrolling is not working
2 participants