Skip to content

Commit

Permalink
Improve visibility of input box.
Browse files Browse the repository at this point in the history
  • Loading branch information
UCYT5040 authored Feb 19, 2022
1 parent 77d105e commit 4671416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/blockly/webview.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>
<body>
<div id="blocklyDiv"></div>
<textarea style="position:absolute;bottom:0;left:0;" id="jsinput" type="text" placeholder="javascript code, any custom blocks will have this"></textarea>
<textarea style="position:absolute;bottom:20px;left:10px;z-index:50000;" id="jsinput" type="text" placeholder="javascript code, any custom blocks will have this"></textarea>
<script type="text/javascript">
var workspacePlayground = Blockly.inject('blocklyDiv', {
media: 'media/',
Expand Down

0 comments on commit 4671416

Please sign in to comment.