Skip to content

Commit

Permalink
#1 Update position of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
markusbink committed Aug 12, 2022
1 parent 49bc946 commit a256b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/entry/Entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const Entry: React.FC<EntryProps> = ({
>
<DotsThree size={20} />
{isMenuOpen ? (
<ul className="absolute p-2 bg-white text-darkGrey rounded-xl w-[200px] shadow-lg">
<ul className="absolute right-0 top-full p-2 bg-white text-darkGrey rounded-xl w-[200px] shadow-lg">
<li
onClick={editEntry}
className="p-2 hover:bg-offWhite rounded-lg"
Expand Down

0 comments on commit a256b3d

Please sign in to comment.