saurabhbakolia / SCROLLME--ECOMMERCE-WEBSITE

ScrollMe is an open-source eCommerce platform built with JavaScript, React, Styled Components, Node.js (Express), and MongoDB. It offers a modern shopping experience with a scalable backend, perfect for contributors or those learning modern web development.
https://www.scrollme.online/
MIT License
15 stars 47 forks source link

Navbar Overlapping Content on Product Listing Page #192

Open Lokesh-Bijarniya opened 1 day ago

Lokesh-Bijarniya commented 1 day ago

Issue Report

Title

Navbar Overlapping Content on Product Listing Page

Description

On the product listing page of the website, the navbar remains fixed at the top as the user scrolls down, causing it to overlap with the content below. This makes some of the product information (such as images and descriptions) hard to see or interact with. The issue affects both desktop and mobile versions of the page.

Steps to Reproduce the Issue

  1. Action 1: Open the product listing page (URL: https://www.scrollme.online/products).
  2. Action 2: Scroll down through the list of products.
  3. Action 3: Observe that the fixed navbar stays at the top of the screen and covers part of the product listings as you scroll down.

Expected Behavior

The product listing page should display the products fully without being obscured by the navbar. Ideally, there should be padding or a margin between the navbar and the content so that the product images and descriptions are visible.

Actual Behavior

As the user scrolls down, the product listings become partially hidden behind the navbar, making it difficult to view or click on certain items.

Screenshots

Screenshot 2024-10-13 at 6 10 12 AM

Additional Context

Thank you for taking the time to report this issue! We appreciate your help in improving our project.

Lokesh-Bijarniya commented 1 day ago

@thakuratul2 Could you please assign this issue to me under gssoc-ext and hacktoberfest ?

thakuratul2 commented 1 day ago

@Lokesh-Bijarniya assigned