Skip to content

Commit

Permalink
Merge pull request #32 from transport-data/fix/header-z-index
Browse files Browse the repository at this point in the history
Fix Header z-index
  • Loading branch information
willy1989cv authored Sep 2, 2024
2 parents c3124c9 + 2f02175 commit e5ea3e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/_shared/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Header({
return (
<Disclosure
as="nav"
className="sticky top-0 z-10"
className="sticky top-0 z-20"
style={{ background: backgroundColor }}
>
<div className="container py-[24px]">
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/home/mainSection/DatasetsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export default function DatasetsSection({
},
];

const chunkedDatasets = chunkArray(_datasets, 3);

return (
<div className="container py-[96px]">
<div className="mx-auto text-center lg:max-w-[640px]">
Expand Down

0 comments on commit e5ea3e6

Please sign in to comment.