Skip to content

Commit

Permalink
chore: more visual improvements
Browse files Browse the repository at this point in the history
Otherwise collides with table headers
  • Loading branch information
geclos committed Oct 1, 2024
1 parent fdd2f6f commit 17641c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/layouts/AppLayout/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function AppHeader({
currentUser,
}: AppHeaderProps) {
return (
<header className='px-6 sticky top-0 flex flex-col border-b border-b-border bg-white isolate z-10'>
<header className='px-6 sticky top-0 flex flex-col border-b border-b-border bg-white isolate z-20'>
<div className='py-3 flex flex-row items-center justify-between'>
<Breadcrumb showLogo breadcrumbs={breadcrumbs} />
<div className='flex flex-row items-center gap-x-6 pl-6'>
Expand Down

0 comments on commit 17641c5

Please sign in to comment.