Skip to content

Commit 81cf037

Browse files
authored
demo: improve gist iframe size
1 parent 32a1ca9 commit 81cf037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/examples/example01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2 class="bd-title">
102102
<div class="row mt-4">
103103
<label class="col-sm-2">Code Sample</label>
104104
<div class="col-sm-10 col-lg-8">
105-
<iframe style="height:100%; width:60%; position:fixed;" src="data:text/html;charset=utf-8,
105+
<iframe style="height:100%; width:60%; position:absolute;" src="data:text/html;charset=utf-8,
106106
<head><base target='_blank' /></head>
107107
<body><script src='https://gist.github.com/ghiscoding/d9136bb871e43cf93da6b58cd3e1ccfe.js'></script>
108108
</body>">

0 commit comments

Comments
 (0)