Skip to content

Commit

Permalink
fix(nav): remove negative margin causing inconsistent navbar positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kWAYTV committed Dec 7, 2024
1 parent 2e185cf commit aca28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/core/layout/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { NavPath } from '@/types/nav';

export function Navbar() {
return (
<aside className='-ml-[8px] mb-16 tracking-tight'>
<aside className='mb-16 tracking-tight'>
<div className='lg:sticky lg:top-20'>
<nav
className='fade relative flex scroll-pr-6 flex-row items-start px-0 pb-0 md:relative md:overflow-auto'
Expand Down

0 comments on commit aca28c5

Please sign in to comment.