Skip to content

Commit 5c7c8d4

Browse files
save file
1 parent e37b024 commit 5c7c8d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
{display:flex;flex-direction:column;border:1px solid lightgray;box-sizing:border-box;border-radius:10px;background:whitesmoke;
99
position:absolute}
1010

11+
#title
12+
{height:10px;background:blue}
13+
1114
#hdr
1215
{display:flex;align-items:center;gap:10px}
1316

@@ -32,6 +35,9 @@
3235

3336
<div id=root style='left:0;top:0;width:100%;height:500px'>
3437

38+
<div id=title>
39+
</div>
40+
3541
<div id=hdr>
3642

3743
<div>

0 commit comments

Comments
 (0)