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
The sign-up page does not allow scrolling upwards, resulting in parts of the container being cut off and inaccessible. This impacts the user experience, especially on smaller screens where the entire form may not be visible.
Steps to Reproduce:
Open the sign-up page.
Attempt to scroll up within the container if part of it is out of view.
Observe that the page does not scroll up, causing parts of the container to be cut off.
TIC.TAC.TOE.mp4
Expected Behavior:
The sign-up page should allow users to scroll up to view the entire container, ensuring all content is accessible.
Actual Behavior:
The sign-up page does not scroll up, leaving parts of the container cut off and inaccessible.
Possible Cause:
This could be due to restricted CSS overflow properties on the container or parent elements.
A fixed position may be applied to the container, preventing scrolling.
@iamparas0 Kindly assign me this issue and add labels : hacktoberfest-accepted, gssoc-ext, any level label suitable
The text was updated successfully, but these errors were encountered:
Description:
The sign-up page does not allow scrolling upwards, resulting in parts of the container being cut off and inaccessible. This impacts the user experience, especially on smaller screens where the entire form may not be visible.
Steps to Reproduce:
TIC.TAC.TOE.mp4
Expected Behavior:
The sign-up page should allow users to scroll up to view the entire container, ensuring all content is accessible.
Actual Behavior:
The sign-up page does not scroll up, leaving parts of the container cut off and inaccessible.
Possible Cause:
This could be due to restricted CSS overflow properties on the container or parent elements.
A fixed position may be applied to the container, preventing scrolling.
@iamparas0 Kindly assign me this issue and add labels : hacktoberfest-accepted, gssoc-ext, any level label suitable
The text was updated successfully, but these errors were encountered: