1
0
Fork 0
forked from Mirrors/gomuks

web/main: disable pinch to zoom on mobile

This commit is contained in:
Tulir Asokan 2024-10-20 18:17:05 +03:00
parent 24eba06330
commit 732b38490c

View file

@ -5,6 +5,11 @@ body {
background-color: #EEE;
line-height: 1.5;
font-size: 16px;
touch-action: none;
}
html {
touch-action: none;
}
#root {