fix(desktop): disable pinch to zoom
parent
e37a75a411
commit
fe65ed6a61
|
|
@ -1,6 +1,11 @@
|
|||
@import "@opencode-ai/ui/styles/tailwind";
|
||||
|
||||
:root {
|
||||
html,
|
||||
body {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue