Skip to content

Commit 5889200

Browse files
committed
disable iframe scrolling
1 parent d938ec5 commit 5889200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!--h2>News</h2-->
4040

4141
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox"
42-
width="100%" height="800" frameBorder="0" style="border-left:1px solid #8493ab; border-right:1px solid #8493ab; border-bottom:1px solid #8493ab;"
42+
width="100%" height="800" frameBorder="0" scrolling="no" style="border-left:1px solid #8493ab; border-right:1px solid #8493ab; border-bottom:1px solid #8493ab;"
4343
src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.acm.org%2Fusers%2Fnaomod&theme=auto&size=80&header=false&replies=false&boosts=false">
4444
</iframe>
4545

0 commit comments

Comments
 (0)