Skip to content

Commit

Permalink
Fixed the issue with z-index for menu popups
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Nov 29, 2022
1 parent fe339d9 commit 91827ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/dashboard/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const KeyPair = ({
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
<Menu.Items className="absolute z-50 drop-shadow-xl right-0 mt-0.5 w-[20rem] origin-top-right rounded-md bg-bunker border border-mineshaft-500 shadow-lg ring-1 ring-black z-20 ring-opacity-5 focus:outline-none px-1 py-1">
<Menu.Items className="absolute z-50 drop-shadow-xl right-0 mt-0.5 w-[20rem] origin-top-right rounded-md bg-bunker border border-mineshaft-500 shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none px-1 py-1">
<div
onClick={() =>
modifyVisibility(
Expand Down

0 comments on commit 91827ae

Please sign in to comment.