mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-17 22:24:29 +00:00
fix(desktop): disable pinch to zoom
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
@import "@opencode-ai/ui/styles/tailwind";
|
||||
|
||||
:root {
|
||||
html,
|
||||
body {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user