Skip to content

Commit 0e8a05f

Browse files
authored
Changed: Remove scrolling from iframe
1 parent bdbc8ad commit 0e8a05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ hide:
77
# ⏰ Benchmarks
88

99
<div>
10-
<iframe onload="resizeIframe(this)" style="width:100vw; border:none" src="../dev/bench/index.html"></iframe>
10+
<iframe onload="resizeIframe(this)" scrolling="no" style="width:100vw; border:none" src="../dev/bench/index.html"></iframe>
1111
</div>

0 commit comments

Comments
 (0)