We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb385a commit 078d183Copy full SHA for 078d183
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-iframe/webcontainer-iframe.html
@@ -5,7 +5,7 @@
5
<style>
6
7
#root
8
- {display:flex;flex-direction:column;gap:5px;padding:10px;height:100%}
+ {display:flex;flex-direction:column;gap:5px;padding:10px;height:100%;box-sizing:border-box}
9
10
#hdr
11
{display:flex;align-items:center;gap:10px}
@@ -17,7 +17,7 @@
17
{flex:1;position:relative}
18
19
iframe
20
- {width:100%;height:100%;border:none}
+ {width:100%;height:100%;border:none;box-sizing:border-box}
21
22
#glass
23
{position:absolute;left:0;top:0;width:100%;height:100%;background:lightblue;opacity:0.2}
0 commit comments