Skip to content

Commit

Permalink
fix: #123
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLunaHey committed Jan 5, 2025
1 parent 0ea9d0d commit b61dc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const Navbar = () => {
// tablet
'md:top-0 md:right-auto md:border-r md:border-gray-200 md:dark:border-gray-800',
// desktop
'xl:bg-inherit xl:relative xl:h-screen xl:border-none',
'xl:bg-inherit xl:sticky xl:h-screen xl:border-none xl:top-0',
)}
>
<div
Expand Down

0 comments on commit b61dc0c

Please sign in to comment.