Skip to content

Commit

Permalink
fix: more menu overlap issue on safari (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 authored Oct 25, 2023
1 parent b38c141 commit 66df010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/atoms/Select/multi-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const MultiSelect = ({

return (
<Popover open={open} onOpenChange={(value) => setOpen(value)}>
<div className="">
<div>
<PopoverTrigger
asChild
className={clsx("p-1.5 border rounded-md bg-white data-[state=open]:border-orange-500 min-w-max", className)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const AddToListDropdown = ({ username }: { username: string }) => {
</Link>
</div>
}
className="w-10 md:px-4 max-sm:text-sm"
className="md:px-4 max-sm:text-sm"
placeholder="Add to list"
options={listOptions}
selected={selectedList}
Expand Down

0 comments on commit 66df010

Please sign in to comment.