fix: visibility selector overflow

pull/4092/head
Steven 6 months ago
parent 648db7e82a
commit 4b28dfddb6

@ -462,7 +462,7 @@ const MemoEditor = (props: Props) => {
</div> </div>
</div> </div>
<Divider className="!mt-2 opacity-40" /> <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()}> <div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
<Select <Select
className="!text-sm" className="!text-sm"

Loading…
Cancel
Save