Skip to content

Commit

Permalink
chore: fix date picker position
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Oct 20, 2024
1 parent 2ebf3f2 commit f9fec56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/MemoEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit f9fec56

Please sign in to comment.