Commit 4b28dfdd authored by Steven's avatar Steven

fix: visibility selector overflow

parent 648db7e8
...@@ -462,7 +462,7 @@ const MemoEditor = (props: Props) => { ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment