From 82b4ea00274ae08a1e4827f1e2db931b415b6bbe Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Wed, 29 May 2024 12:44:18 +0000 Subject: [PATCH] fix: comment body height too short --- core/css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css.ts b/core/css.ts index 5a44cc0b603..20c5730935e 100644 --- a/core/css.ts +++ b/core/css.ts @@ -307,6 +307,7 @@ let content = ` .blocklyMinimalBody { margin: 0; padding: 0; + height: 100%; } .blocklyHtmlInput {