narayan954 / dummygram

DummyGram is a social media application where we have posts, stories, chat, friends, authentication, comment, delete, share and like feature. It uses ReactJs in the frontend for the UI and Firebase for the backend storing the users, posts, stories and comments.
https://narayan954.github.io/dummygram/
MIT License
76 stars 184 forks source link

Signup page not showing full content #1324

Open itsmeabhishek03 opened 9 months ago

itsmeabhishek03 commented 9 months ago

Description

Hey @narayansoni, the content of the signup page isn't fully visible on desktop devices. Additionally, as seen in the image, there is no scrollbar for users to view the entire page content.

Steps to reproduce

To reproduce the issue observed with the signup page:

  1. Access the signup page on a desktop device.
  2. Observe that the content of the signup page is not fully visible.
  3. Note the absence of a scrollbar, making it difficult for users to view the entire page content.

Screenshots

image

Desktop (please complete the following information)

Windows->chrome->Version 120.0.6099.130 (Official Build) (64-bit)

Smartphone (please complete the following information)

No issue

Additional information

No response

Record

Optional information

codepeak'23

github-actions[bot] commented 9 months ago

Hello itsmeabhishek03! Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊

Please make sure to follow our Contributing Guidelines. 💪🏻

Our reviewers shall carefully assess the issue and reach out to you soon! 😇 We appreciate your patience!

narayan954 commented 9 months ago

Description

Hey @narayansoni, the content of the signup page isn't fully visible on desktop devices. Additionally, as seen in the image, there is no scrollbar for users to view the entire page content.

Steps to reproduce

To reproduce the issue observed with the signup page:

  1. Access the signup page on a desktop device.
  2. Observe that the content of the signup page is not fully visible.
  3. Note the absence of a scrollbar, making it difficult for users to view the entire page content.

Screenshots

image

Desktop (please complete the following information)

Windows->chrome->Version 120.0.6099.130 (Official Build) (64-bit)

Smartphone (please complete the following information)

No issue

Additional information

No response

Record

  • [x] I agree to follow this project's Code of Conduct
  • [x] I have checked the existing issues
  • [x] I am a participant of a program
  • [x] I want to work on this issue

Optional information

codepeak'23

Hi @itsmeabhishek03 scrollbar is just hidden and user can scroll freely, we can try to make the whole content fit in, so user won't even need to scroll. You can go ahead!