Skip to content

Commit

Permalink
fix: visibility selector overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Nov 2, 2024
1 parent 648db7e commit 4b28dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/MemoEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ const MemoEditor = (props: Props) => {
</div>
</div>
<Divider className="!mt-2 opacity-40" />
<div className="w-full flex flex-row justify-between items-center py-3 dark:border-t-zinc-500">
<div className="w-full flex flex-row justify-between items-center py-3 gap-2 overflow-auto dark:border-t-zinc-500">
<div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
<Select
className="!text-sm"
Expand Down

0 comments on commit 4b28dfd

Please sign in to comment.