forked from Mirrors/gomuks
web/main: disable pinch to zoom on mobile
This commit is contained in:
parent
24eba06330
commit
732b38490c
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ body {
|
|||
background-color: #EEE;
|
||||
line-height: 1.5;
|
||||
font-size: 16px;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
html {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
#root {
|
||||
|
|
Loading…
Add table
Reference in a new issue