creativecommons / legaldb

CC Legal Database: curated repository of Case Law and Scholarship data from around the world in a Django based website.
https://LegalDB.CreativeCommons.org/
MIT License
44 stars 61 forks source link

[Bug] Navbar Fails to Stick on Page Scroll #216

Open shivam8112005 opened 1 day ago

shivam8112005 commented 1 day ago

Description

The sticky navbar fails to remain fixed at the top of the viewport when the user scrolls down the page, causing navigation links to become inaccessible.

Reproduction

  1. Open the web application in a supported browser.
  2. Scroll down the page.
  3. Observe that the navbar does not stick to the top of the viewport.
  4. See where the navbar vanishes with instead of remaining fixed.

Expectation

I expected the navbar to stay at the top of the viewport while scrolling, allowing continuous access to navigation links.

Screenshots

Screenshot 2024-10-12 174823

Environment

Resolution

rypptc commented 2 hours ago

I'm not sure if this is an issue that should be done here, I see many cc pages have already a standard design. Probably, if the intention is having a fixed navbar, this should be done across all pages.