Skip to content

Commit 4b28dfd

Browse files
committed
fix: visibility selector overflow
1 parent 648db7e commit 4b28dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/MemoEditor/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ const MemoEditor = (props: Props) => {
462462
</div>
463463
</div>
464464
<Divider className="!mt-2 opacity-40" />
465-
<div className="w-full flex flex-row justify-between items-center py-3 dark:border-t-zinc-500">
465+
<div className="w-full flex flex-row justify-between items-center py-3 gap-2 overflow-auto dark:border-t-zinc-500">
466466
<div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
467467
<Select
468468
className="!text-sm"

0 commit comments

Comments
 (0)