mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: visibility selector overflow
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user