mirror of
https://github.com/google/blockly.git
synced 2026-02-01 13:10:22 +01:00
Give Blockly div in tests a height. (#4207)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user