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
Verified that the Navbar remains fixed at the top during scrolling on various pages.
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.
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:
app/(dashboard)/dashboard/layout.tsx
to include the fixed position for the Navbar.app/(docs)/layout.tsx
to ensure compatibility with the fixed Navbar.app/(marketing)/layout.tsx
andapp/(marketing)/page.tsx
to reflect the new Navbar behavior.Testing
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.