Skip to content

Commit

Permalink
Merge pull request #84 from trba1810/prevent-zoom-on-double-tap-of-bu…
Browse files Browse the repository at this point in the history
…ttons-#26

CSS to disable double-tap zoom globally (on any element)

fixes #26
  • Loading branch information
ZacharyPatten committed Aug 10, 2023
2 parents aef63a5 + c646ee4 commit 57a4f06
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 57a4f06

Please sign in to comment.