mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Use zero height / width for compute canvas (#3369)
* Make the blockly compute canvas have no height or width
This commit is contained in:
@@ -772,6 +772,12 @@ Blockly.Css.CONTENT = [
|
||||
'.blocklyDropDownDiv .goog-menuitem-rtl .goog-menuitem-icon {',
|
||||
'float: right;',
|
||||
'margin-right: -24px;',
|
||||
'}'
|
||||
'}',
|
||||
|
||||
'.blocklyComputeCanvas {',
|
||||
'position: absolute;',
|
||||
'width: 0;',
|
||||
'height: 0;',
|
||||
'}',
|
||||
/* eslint-enable indent */
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user