Skip to content

Commit

Permalink
CSS to disable double-tap zoom globally (on any element)
Browse files Browse the repository at this point in the history
  • Loading branch information
trba1810 committed Aug 9, 2023
1 parent aef63a5 commit c646ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Projects/Website/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,8 @@ pre.console {

code {
font-family: SourceCodePro, var(--bs-font-monospace), monospace;
}

* {
touch-action: manipulation;
}

0 comments on commit c646ee4

Please sign in to comment.