diff --git a/frontend/wechat/src/styles.css b/frontend/wechat/src/styles.css index a461c50..ca6b587 100644 --- a/frontend/wechat/src/styles.css +++ b/frontend/wechat/src/styles.css @@ -1 +1,6 @@ -@import "tailwindcss"; \ No newline at end of file +@import "tailwindcss"; + +html, body { + touch-action: manipulation; + -webkit-touch-callout: none; +} \ No newline at end of file