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] when adding multiple fields in the register/login page the page doesn't remain responsive #5519

Open
abdelazizmirasoft opened this issue Mar 10, 2024 · 0 comments
Labels

Comments

@abdelazizmirasoft
Copy link

Describe the bug
When adding multiple fields in the register/login page for some reason like including the captcha, birth date, ..., the page doesn't remain responsive and the logo won't be visible anymore and you may not be able to access the top input fields.

To Reproduce
Steps to reproduce the behavior:

  1. Go to pages/examples/register.html
  2. Add on more input fields below the 'Retype password' input field
  3. Scroll up to the top.
  4. See error: you won't be able to see the logo and the first input fields

Expected behavior
The page should remain responsive and you would be able to scroll up and down without breaking anything.

Video recording
Check the below record that reproduces the issue:

AdminLTE.Register.Page.Responsive.issue.mp4

Environment:

  • AdminLTE Version: v3.2.0
  • Operating System: Linux Ubuntu 20.04
  • Browser (Version): Chrome (Latest)

Possible solution
Replace the height: 100vh used for .login-page, .register-page classes with 100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant