We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c2022 commit ce83348Copy full SHA for ce83348
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html
@@ -6,10 +6,10 @@
6
7
#root
8
{display:flex;flex-direction:column;gap:5px;border:1px solid lightgray;box-sizing:border-box;border-radius:10px;background:whitesmoke;
9
- position:absolute}
+ position:absolute;padding:10px}
10
11
#title
12
- {height:15px;background:lightblue}
+ {height:15px;background:lightblue;position:absolute;left:0;top:0;width:100%}
13
14
#hdr
15
{display:flex;align-items:center;gap:10px}
0 commit comments