We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3894c59 commit a8c4003Copy full SHA for a8c4003
1 file changed
utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html
@@ -35,16 +35,16 @@
35
{font-size:16px;padding:5px 10px;min-width:60px}
36
37
#output-hldr
38
- {flex:1}
+ {flex:1;position:relative}
39
#output
40
- {width:100%;height:100%;
+ {width:100%;height:100%;position:absolute;left:0;top:0;
41
overflow:auto;border:2px solid lightgray;box-sizing:border-box;
42
padding:10px;margin:0;
43
word-break:break-all;
44
font-size:16px;line-height:1.5;
45
}
46
#output-console
47
- {width:100%;height:100%}
+ {width:100%;height:100%;position:absolute;left:0;top:0}
48
49
</style>
50
@@ -286,6 +286,12 @@
286
console.log(arguments);
287
console.log(id);
288
289
+ switch(id){
290
+
291
+ case 'console' : break;
292
+ case 'pretty-print' : break;
293
294
+ }//switch
295
}//type
296
297
0 commit comments