mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(desktop): disable pinch to zoom
This commit is contained in:
parent
e37a75a411
commit
fe65ed6a61
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
@import "@opencode-ai/ui/styles/tailwind";
|
||||
|
||||
:root {
|
||||
html,
|
||||
body {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue