We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6594d commit f38078dCopy full SHA for f38078d
1 file changed
plugins/field-grid-dropdown/src/index.ts
@@ -216,6 +216,7 @@ Blockly.fieldRegistry.register('field_grid_dropdown', FieldGridDropdown);
216
Blockly.Css.register(`
217
.blocklyFieldGridContainer {
218
padding: 7px;
219
+ overflow: auto;
220
}
221
222
.blocklyFieldGrid {
0 commit comments