Skip to content

Commit a8c4003

Browse files
save file
1 parent 3894c59 commit a8c4003

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
{font-size:16px;padding:5px 10px;min-width:60px}
3636

3737
#output-hldr
38-
{flex:1}
38+
{flex:1;position:relative}
3939
#output
40-
{width:100%;height:100%;
40+
{width:100%;height:100%;position:absolute;left:0;top:0;
4141
overflow:auto;border:2px solid lightgray;box-sizing:border-box;
4242
padding:10px;margin:0;
4343
word-break:break-all;
4444
font-size:16px;line-height:1.5;
4545
}
4646
#output-console
47-
{width:100%;height:100%}
47+
{width:100%;height:100%;position:absolute;left:0;top:0}
4848

4949
</style>
5050

@@ -286,6 +286,12 @@
286286
console.log(arguments);
287287
console.log(id);
288288

289+
switch(id){
290+
291+
case 'console' : break;
292+
case 'pretty-print' : break;
293+
294+
}//switch
289295
}//type
290296

291297

0 commit comments

Comments
 (0)