diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 4ff86ed..5e286ef 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@designestate/dees-editor', - version: '1.0.71', + version: '1.0.72', description: 'an advanced editor for markdown documents based on monaco.' } diff --git a/ts_web/elements/dees-editormarkdown.ts b/ts_web/elements/dees-editormarkdown.ts index cf7416e..f4f8805 100644 --- a/ts_web/elements/dees-editormarkdown.ts +++ b/ts_web/elements/dees-editormarkdown.ts @@ -41,10 +41,7 @@ export class DeesEditorMarkdown extends DeesElement { color: #fff; font-family: 'Roboto Slab'; padding: 20px; - } - - .outletContainer h1 { - + overflow-y: scroll; } `, ];