We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ce845 commit fcbb7daCopy full SHA for fcbb7da
vue-frontend/src/components/Blockly.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="h-100">
3
<div id="blocklyArea" ref="blocklyArea" class="blocklyArea h-100">
4
- <div id="blocklyDiv" ref="blocklyDiv" style="height: 480px; width: 600px"></div>
+ <div id="blocklyDiv" ref="blocklyDiv" style="height: 100%; width: 100%;"></div>
5
</div>
6
7
<xml id="toolbox" ref="toolbox" style="display: none">
0 commit comments