Skip to content

Commit

Permalink
DBC22-2033: locking zoom via touch (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrel-oxd authored May 28, 2024
1 parent 7f7521c commit dc1a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//Global styling
body {
margin-top: 58px;
touch-action: pan-x pan-y;
}

.divider {
Expand Down Expand Up @@ -161,4 +162,3 @@ a[target="_blank"] {
width: 0.875rem;
}
}

0 comments on commit dc1a08f

Please sign in to comment.