markdown scroll bar & padding adjustment

This commit is contained in:
Jeff Emmett 2025-04-17 16:51:27 -07:00
parent bb144428d0
commit 33ff6d3f05
1 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@ export class MarkdownShape extends BaseBoxShapeUtil<IMarkdownShape> {
})
}}
preview='live'
visibleDragbar={false}
visibleDragbar={true}
style={{
height: 'auto',
minHeight: '100%',
@ -120,13 +120,13 @@ export class MarkdownShape extends BaseBoxShapeUtil<IMarkdownShape> {
}}
previewOptions={{
style: {
padding: '8px',
padding: '12px',
backgroundColor: 'transparent',
}
}}
textareaProps={{
style: {
padding: '8px',
padding: '12px',
lineHeight: '1.5',
height: 'auto',
minHeight: '100%',