mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Disable pinch-zoom on body
This commit is contained in:
parent
a990b883f3
commit
8787d44b56
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ body {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
body {
|
||||||
|
touch-action: pan-x pan-y;
|
||||||
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
Loading…
Reference in a new issue