Skip to content

Commit

Permalink
chore: disable scale for social source demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Oct 25, 2024
1 parent a5dae25 commit 2da8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/new-social-sources-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<base href="../../" />

<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="./solutions/file-uploader/regular/index.css" />
<style>
body.dark {
Expand Down

0 comments on commit 2da8fde

Please sign in to comment.