Give Blockly div in tests a height. (#4207)

This commit is contained in:
Monica Kozbial
2020-08-20 19:02:19 -07:00
committed by GitHub
parent b87d4497ae
commit 7dd57adf83

View File

@@ -19,6 +19,14 @@
<script src="../../blocks/procedures.js"></script>
<script src="../../blocks/text.js"></script>
</head>
<style>
#blocklyDiv {
height: 1000px;
position: fixed;
visibility: hidden;
width: 1000px;
}
</style>
<body>
<div id="mocha"></div>