Skip to content

Commit

Permalink
feat: disable widget zoom (CV3-286) (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4o4z authored Aug 21, 2023
1 parent cc185e8 commit dce937d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html>
<head>
<meta charset="utf-8" />
<title>Voiceflow</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Voiceflow Widget</title>
<style>
body,
html,
Expand All @@ -12,6 +13,7 @@
width: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
touch-action: manipulation;
}
</style>
<script type="module" src="/src/browser/index.tsx"></script>
Expand Down

0 comments on commit dce937d

Please sign in to comment.