1
0
Fork 0

Disable pinch-zoom on body

This commit is contained in:
Lim Chee Aun 2023-01-30 21:54:30 +08:00
parent a990b883f3
commit 8787d44b56

View file

@ -6,6 +6,9 @@ body {
color: var(--text-color);
overflow-x: hidden;
}
body {
touch-action: pan-x pan-y;
}
#app {
min-height: 100vh;