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