From 12e1a18d89d43bcd2732809a8abce74111b621cc Mon Sep 17 00:00:00 2001 From: Rogee Date: Wed, 30 Apr 2025 21:46:50 +0800 Subject: [PATCH] feat: update css --- frontend/wechat/src/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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