You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to pages/examples/register.html
Add on more input fields below the 'Retype password' input field
Scroll up to the top.
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%
The text was updated successfully, but these errors were encountered:
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:
pages/examples/register.html
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:
Possible solution
Replace the
height: 100vh
used for.login-page
,.register-page
classes with100%
The text was updated successfully, but these errors were encountered: