mirror of https://github.com/usememos/memos.git
chore: fix date picker position
This commit is contained in:
parent
2ebf3f2615
commit
f9fec56560
|
|
@ -435,6 +435,7 @@ const MemoEditor = (props: Props) => {
|
|||
onChange={(date) => date && setDisplayTime(date)}
|
||||
showTimeSelect
|
||||
customInput={<span className="cursor-pointer text-sm text-gray-400 dark:text-gray-500">{displayTime.toLocaleString()}</span>}
|
||||
calendarClassName="ml-24 sm:ml-44"
|
||||
/>
|
||||
)}
|
||||
<Editor ref={editorRef} {...editorConfig} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue