mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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;
|
background-color: #EEE;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
touch-action: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#root {
|
#root {
|
||||||
|
|
Loading…
Add table
Reference in a new issue