Skip to content

Commit

Permalink
Disable zoom
Browse files Browse the repository at this point in the history
This can break the position of view transitions
  • Loading branch information
sebmarkbage committed Feb 19, 2025
1 parent 324f698 commit 92461b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixtures/view-transition/src/components/Chrome.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
touch-action: pan-x pan-y;
}

body {
margin: 10px;
padding: 0;
Expand Down

0 comments on commit 92461b8

Please sign in to comment.