Skip to content

Commit f38078d

Browse files
authored
fix(field-grid-dropdown): add overflow:auto to enable scroll in grid dropdown container (#2543)
1 parent 3b6594d commit f38078d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/field-grid-dropdown/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Blockly.fieldRegistry.register('field_grid_dropdown', FieldGridDropdown);
216216
Blockly.Css.register(`
217217
.blocklyFieldGridContainer {
218218
padding: 7px;
219+
overflow: auto;
219220
}
220221
221222
.blocklyFieldGrid {

0 commit comments

Comments
 (0)