Update index.ts

pull/11697/head
Harshil Bambhroliya 2025-01-21 19:49:24 +05:30 committed by GitHub
parent 60457d3d7b
commit 48d3a81a5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default function styles(props: NoteBodyEditorProps) {
display: 'flex',
flexDirection: 'row',
position: 'absolute',
height: theme.toolbarHeight + 11,
height: theme.toolbarHeight,
alignItems: 'center',
zIndex: 2,
top: 0,