Commit f9fec565 authored by Steven's avatar Steven

chore: fix date picker position

parent 2ebf3f26
......@@ -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} />
......
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