Skip to content

Commit

Permalink
X2-10410 Dashboard search overlap issue fix (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay198-stack authored Aug 28, 2024
1 parent 82b7a88 commit 20c5422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const Search = ({
id: menuId,
className: clsx(
"ui-search-menu",
"absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-10 bg-white",
"absolute top-10 divide-y divide-gray-light w-full xl:w-[590px] max-h-[75vh] border border-secondary-lighter shadow-xl mt-1 rounded overflow-auto z-20 bg-white",
{ hidden: !open },
),
})}
Expand Down

0 comments on commit 20c5422

Please sign in to comment.