blockly-solidity / src / Blockly / BlocklyComponent.css
BlocklyComponent.css
Raw
#blocklyDiv {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.covertBtn {
  margin: 50px;
}

.fill-height {
  height: calc(100vh - 114px);
}