From b741d78b5b3e6394bbd29a84309f99743270d8bf Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Mon, 7 Jul 2025 17:54:00 +0100 Subject: [PATCH] refactor(CSS): move box-sizing to core/css.ts (#9201) Apply box-sizing to all of Blockly (and thereby obviate the need to apply it to .blocklyHtmlInput in particular. --- core/toolbox/toolbox.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/toolbox/toolbox.ts b/core/toolbox/toolbox.ts index 31bb2b636..4979fdfa4 100644 --- a/core/toolbox/toolbox.ts +++ b/core/toolbox/toolbox.ts @@ -1172,6 +1172,7 @@ Css.register(` /* Category tree in Toolbox. */ .blocklyToolbox { + box-sizing: border-box; user-select: none; -ms-user-select: none; -webkit-user-select: none;