Skip to content

Commit 8f8e592

Browse files
save file
1 parent 3cf6277 commit 8f8e592

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/html/webcontainer-terminal/webcontainer-terminal.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
<style>
66

77
:host
8-
{flex:1}
8+
{/*flex:1*/}
99

1010
#terminal
11-
{height:100%}
11+
{/*height:100%*/
12+
position: absolute;
13+
top: 0;
14+
bottom: 0;
15+
left: 0;
16+
right: 0;
17+
}
1218

1319
</style>
1420

0 commit comments

Comments
 (0)