aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
92 stars 92 forks source link

Bug | Additional width on Landing page #180

Closed aadeshkulkarni closed 3 months ago

aadeshkulkarni commented 3 months ago

Where ?

What ?

Screenshot 2024-06-15 at 8 15 53 PM

dhairya-create commented 3 months ago

Proposed Solution:

Resolved issue of horizontal scrollbar on large screens by ensuring the html and body elements adhere to viewport width (width: 100vw;) and hide horizontal overflow (overflow-x: hidden;). Adjusted media query to limit scrolling to vertical (overflow-y: scroll;) on small screens, preventing unintended horizontal scrolling.

aadeshkulkarni commented 3 months ago

Alright. Please raise a PR

aadeshkulkarni commented 3 months ago

Thank you for the contribution!