Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DhruvBavadiya
Copy link

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:

  • Modified app/(dashboard)/dashboard/layout.tsx to include the fixed position for the Navbar.
  • Adjusted styles in app/(docs)/layout.tsx to ensure compatibility with the fixed Navbar.
  • Updated app/(marketing)/layout.tsx and app/(marketing)/page.tsx to reflect the new Navbar behavior.

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.

Copy link

@Jay-Karia Jay-Karia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Pull is duplicate (#300 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants