Skip to content

Commit

Permalink
Merge pull request #17 from camunoz2/fix-dropdown
Browse files Browse the repository at this point in the history
fix: menu dropdown behind hero image
  • Loading branch information
surjithctly authored Mar 6, 2023
2 parents 23f0323 + dc97d29 commit 45eb264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/dropdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { title, lastItem, children } = Astro.props;
<DropdownItems>
<div
class:list={[
"lg:absolute w-full lg:w-48",
"lg:absolute w-full lg:w-48 z-10",
lastItem
? "lg:right-0 origin-top-right"
: "lg:left-0 origin-top-left",
Expand Down

1 comment on commit 45eb264

@vercel
Copy link

@vercel vercel bot commented on 45eb264 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.