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