shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.
https://tx.shadcn.com
MIT License
18.63k stars 2.58k forks source link

Feature: Make Navbar Fixed at the top of the page #297 #311

Open DhruvBavadiya opened 4 months ago

DhruvBavadiya commented 4 months ago

Description

This PR fixes the issue #297 by making the Navbar stay fixed at the top of the page. The following changes have been made:

Testing

  1. Verified that the Navbar remains fixed at the top during scrolling on various pages.
  2. Ensured that the layout does not break on different screen sizes and devices.

Additional Notes

Please review the changes and suggest any improvements if necessary. This update aims to improve user navigation by keeping the Navbar accessible at all times.