mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 11:17:58 +08:00
fix: visibility selector overflow
This commit is contained in:
parent
648db7e82a
commit
4b28dfddb6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue