Skip to content

Commit

Permalink
Add z-index to menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
binamkayastha committed Jul 19, 2024
1 parent cd602f3 commit fd97fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nepalingo-web/src/components/header/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Menu: React.FC<MenuProps> = ({ isOpen, onSelect, options }) => {
if (!isOpen) return null;

return (
<div className="origin-top-right absolute left-0 mt-2 rounded-lg shadow-lg bg-grayDark ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden">
<div className="origin-top-right absolute z-10 left-0 mt-2 rounded-lg shadow-lg bg-grayDark ring-1 ring-black ring-opacity-5 focus:outline-none overflow-hidden">
<div
role="menu"
aria-orientation="vertical"
Expand Down

0 comments on commit fd97fe8

Please sign in to comment.