Skip to content

Commit 9909b28

Browse files
pngwngradio-pr-bot
andauthored
fix scrolling on spaces (#8431)
* fix param name * format * change * add changeset * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
1 parent bc1eff1 commit 9909b28

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/three-walls-sell.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@gradio/app": patch
3+
"gradio": patch
4+
---
5+
6+
fix:fix scrolling on spaces

js/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
crossorigin="anonymous"
7878
/>
7979
<script
80-
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/5.0.0/iframeResizer.contentWindow.min.js"
80+
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"
8181
async
8282
></script>
8383
</head>

0 commit comments

Comments
 (0)