Skip to content

Commit

Permalink
Update inventory styles
Browse files Browse the repository at this point in the history
  • Loading branch information
danreeves committed Oct 12, 2023
1 parent 5c8ab44 commit 6c245d7
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 310 deletions.
7 changes: 5 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ const userNavigation = [
export default function Layout({ user }: { user: User | null }) {
return (
<>
<div className="flex h-screen flex-col overflow-hidden bg-background">
<Disclosure as="nav" className="border-b">
<div className="flex h-screen flex-col bg-background">
<Disclosure
as="nav"
className="border-b sticky top-0 z-50 bg-background"
>
{({ open }) => (
<>
<div className="mx-auto max-w-7xl px-4 xl:p-0">
Expand Down
Loading

0 comments on commit 6c245d7

Please sign in to comment.