Skip to content

Commit

Permalink
update style and fix propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-lem committed Nov 25, 2024
1 parent e0ae7c4 commit cf969ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/src/components/search/search-anywhere.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ const SearchAnywhereDialog = ({ className }: SearchAnywhereProps) => {
return (
<div
className={classNames(
"p-2 w-full max-w-screen-md rounded-xl bg-stone-100 shadow-xl space-y-2",
"p-2 w-full max-w-screen-md rounded-xl bg-stone-100 shadow-xl",
className
)}
onClick={(event) => event.stopPropagation()}
>
<div className="relative bg-white">
<div className="absolute top-2.5 pl-2.5">
Expand Down

0 comments on commit cf969ff

Please sign in to comment.