Skip to content

Commit

Permalink
Fixed UI issue with displaying auth buttons over demo header
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural committed Sep 24, 2024
1 parent f603ae9 commit db069f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Header = () => {
</Link>
<NavMenu />
</div>
<div className="absolute top-[40px] sm:top-[30px] md:top-[20px] right-[10px] md:right-[30px]">
<div className="absolute top-[40px] sm:top-[30px] md:top-[40px] right-[10px] md:right-[30px]">
<div className="w-full h-full flex flex-row gap-2 md:gap-4 items-center justify-center">
<UserButtons />
<CartDropdownMenu />
Expand Down

0 comments on commit db069f1

Please # to comment.