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

Fixed scrollbar cutoff issue with auth #87

Merged
merged 7 commits into from
Dec 19, 2017

Conversation

janabimustafa
Copy link
Contributor

Currently, if your auth pages get too long, you will start to notice content being cutoff from the page and beyond the scrollbar's range.
content cutoff

This fix removed the justify-content: center and align-items: center from the auth component's SCSS file and adds a margin: auto to the nb-card-body so that it can remain centered. This fix is coming after hours of researching ending up here:
https://stackoverflow.com/questions/33454533/cant-scroll-to-top-of-flex-item-that-is-overflowing-container

Copy link
Collaborator

@nnixaa nnixaa left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

@nnixaa nnixaa merged commit 893d56a into akveo:master Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants