Skip to content

Commit 078d183

Browse files
save file
1 parent 3fb385a commit 078d183

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

77
#root
8-
{display:flex;flex-direction:column;gap:5px;padding:10px;height:100%}
8+
{display:flex;flex-direction:column;gap:5px;padding:10px;height:100%;box-sizing:border-box}
99

1010
#hdr
1111
{display:flex;align-items:center;gap:10px}
@@ -17,7 +17,7 @@
1717
{flex:1;position:relative}
1818

1919
iframe
20-
{width:100%;height:100%;border:none}
20+
{width:100%;height:100%;border:none;box-sizing:border-box}
2121

2222
#glass
2323
{position:absolute;left:0;top:0;width:100%;height:100%;background:lightblue;opacity:0.2}

0 commit comments

Comments
 (0)