Put the highlight menu in a container

This commit is contained in:
Jackson Harper
2023-06-23 20:37:31 +08:00
parent 630a11e878
commit cdaa0c2876
6 changed files with 51 additions and 16 deletions

View File

@ -182,7 +182,6 @@ export function MarkdownNote(props: MarkdownNote): JSX.Element {
css={{
width: '100%',
...RcEditorStyles(isDark, true),
pr: '25px',
}}
onKeyDown={(event: React.KeyboardEvent<HTMLInputElement>) => {
if (event.code.toLowerCase() === 'escape') {