Skip to content

Commit

Permalink
Fix user menu z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Sep 29, 2023
1 parent 665e4d5 commit b55aa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const UserMenu: React.FC<UserMenuProps> = (props) => {
return (
<>
{/* Profile dropdown */}
<Menu as="div" className="relative">
<Menu as="div" className="relative z-50">
<Menu.Button className="flex items-center p-1.5">
<span className="sr-only">Open user menu</span>
<img
Expand Down

0 comments on commit b55aa41

Please sign in to comment.