fix: BaasOnlineIDE.html hidden overflowed part

This commit is contained in:
root 2021-07-24 11:11:36 +08:00
parent 178ef875c1
commit 44d288f147

View File

@ -271,7 +271,7 @@
</div>
</div>
<div id="box" style="overflow:auto; height:100%">
<div id="box" style="overflow:hidden; height:100%">
<div id="contractCode" class="flex-grow-1" style="height:100%">
<div id="textareaDiv" class="col-sm-12" style="width: 100%; height: 100%; padding:0">
<textarea id="scriptEditor" style="width: 100%; height: 100%"