Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timthedev07 committed Dec 29, 2023
1 parent fb09c50 commit 9e66597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/shared-styling/inputMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const getEntryClassName = (
disabled ? "cursor-not-allowed" : ""
}`;
export const getOptionsUIClassName = (extraClassName = "w-full") =>
`absolute rounded-lg border border-slate-400/10 bg-[#1a1e26] overflow-hidden max-h-96 overflow-y-auto min-w-[250px] ${extraClassName}`;
`z-10 absolute rounded-lg border border-slate-400/10 bg-[#1a1e26] overflow-hidden max-h-96 overflow-y-auto min-w-[250px] ${extraClassName}`;

export const getOptionClassName = (active: boolean) =>
`p-3 text-sm hover:bg-blue-600/30 hover:text-white hover:font-semibold cursor-pointer transition duration-200 ${
Expand Down

0 comments on commit 9e66597

Please sign in to comment.