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] Login page and Register page has blank white space below, after removing simpleFooter.js #20

Closed
pavankpdev opened this issue Aug 29, 2020 · 1 comment

Comments

@pavankpdev
Copy link

Version

latest

Reproduction link

https://romantic-goodall-98a83e.netlify.app/auth/register

Operating System

windows 10 pro 64bit

Device

PC

Browser & Version

chrome latest

Steps to reproduce

  1. Guidance on modifying the CSS property to get rid of that white space.

What is expected?

Full page gradient background with shapes and my register/login form.

What is actually happening?

I used the demo login page provided with the design system, I removed the footer component, now the footer component is removed but the white space still exist.


Solution

Additional comments

Please let me know which CSS property to edit get rid of that white space.
I've added a netlify link above kindly visit that link and scroll below to see the white space.

@einazare
Copy link
Contributor

Hello there, @pavankpdev ,

Thank you for your interest in working with our products.
In our product, Argon Design System React, we do not make use of CSS, but of SCSS.
Also, the link you have given us, redirects us to the following:
Screen Shot 2020-08-29 at 2 12 04 PM
Please provide us with a functioning link next time, or we will ignore your issue.
To solve your issue, you only need to add the following bit of css/scss:

.section.section-shaped {
     height: 100vh !important;
}

I will close this issue now, since our page was created to function with the footer, not without it.

Best,
Manu

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

No branches or pull requests

2 participants