From 98d7f513e9e2ac0000372a28ba3a4057c3570d6c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 20 May 2022 16:56:17 +0200 Subject: [PATCH] fix(core): update --- ts_web/00_commitinfo_data.ts | 2 +- ts_web/elements/dees-editormarkdown.ts | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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; } `, ];