We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba329e4 commit 43af9abCopy full SHA for 43af9ab
1 file changed
core/css.ts
@@ -59,6 +59,15 @@ export function inject(hasCss: boolean, pathToMedia: string) {
59
* The CSS content for Blockly.
60
*/
61
let content = `
62
+:is(
63
+ .injectionDiv,
64
+ .blocklyWidgetDiv,
65
+ .blocklyDropdownDiv,
66
+ .blocklyTooltipDiv,
67
+) * {
68
+ box-sizing: border-box;
69
+}
70
+
71
.blocklySvg {
72
background-color: #fff;
73
outline: none;
0 commit comments