ufosc / BytesOfLoveWebsite

A website for the OSC Visual Novel
6 stars 28 forks source link

Unnecessary Horizontal Scrollbar on Website #37

Open AntonCSalvador opened 2 weeks ago

AntonCSalvador commented 2 weeks ago

Title: Unnecessary Horizontal Scrollbar on Website

Description: There is an unwanted horizontal scrollbar appearing at the bottom of the BytesOfLove website. This scrollbar is not intended and disrupts the user experience by allowing scrolling horizontally when there should be no additional content outside the viewport.

Steps to Reproduce:

  1. Open the BytesOfLove website in any modern web browser (e.g., Chrome, Firefox, Edge).
  2. Observe the appearance of a horizontal scrollbar at the bottom of the page.
  3. Attempt to scroll horizontally to notice that there is no content outside the viewport.

Expected Behavior: The website should not display a horizontal scrollbar if all content is within the viewport. The page should fit perfectly within the width of the screen without the need for horizontal scrolling.

Actual Behavior: An unnecessary horizontal scrollbar is displayed at the bottom of the website, allowing horizontal scrolling even though all content should be within the viewport.

Possible Cause: The issue might be caused by an element or container on the page that has a width larger than the viewport or a CSS property like overflow-x set to scroll or auto. Another potential cause could be a margin or padding issue that exceeds the viewport's width.

Proposed Solution:

Browser/Device:

Screenshots: Issue2 refer to where the arrow is pointing.

Akshaydotcom commented 2 weeks ago

Hi! Can I work on this? @AntonCSalvador