fix: BaasOnlineIDE.html hidden overflowed part
This commit is contained in:
parent
178ef875c1
commit
44d288f147
@ -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%"
|
||||
|
Loading…
Reference in New Issue
Block a user