Skip to content

Commit

Permalink
Merge pull request #25 from mysilio-co/bugfix
Browse files Browse the repository at this point in the history
bring popovers to z-40
  • Loading branch information
travis authored Oct 8, 2021
2 parents 8a7203a + 8483242 commit 3fd5a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Header({ profile, loggedIn, logout, conceptNames }) {
</div>
<div className="flex flex-row items-center">
<Dropdown label="New" >
<Dropdown.Items className="origin-top-left absolute right-0 mt-2 w-52 rounded-lg overflow-hidden shadow-menu text-xs bg-white focus:outline-none">
<Dropdown.Items className="origin-top-left absolute right-0 mt-2 w-52 rounded-lg overflow-hidden shadow-menu text-xs bg-white focus:outline-none z-40">
<div className="uppercase text-gray-300 text-xs mt-2.5 px-4">
Create New
</div>
Expand Down Expand Up @@ -66,7 +66,7 @@ export default function Header({ profile, loggedIn, logout, conceptNames }) {
/>
</Popover.Button>

<Popover.Panel className="absolute origin-top-right right-4 z-10 rounded-md overflow-hidden shadow-lg bg-white ring-1 ring-black ring-opacity-5">
<Popover.Panel className="absolute origin-top-right right-4 z-40 rounded-md overflow-hidden shadow-lg bg-white ring-1 ring-black ring-opacity-5">
<Link href="/profile">
<a className="menu-item">edit profile</a>
</Link>
Expand Down

1 comment on commit 3fd5a4f

@vercel
Copy link

@vercel vercel bot commented on 3fd5a4f Oct 8, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.