From 039985fb57d81c938e093570ed9d055b24a618cf Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 1 Feb 2023 09:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/style/reset.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/style/reset.css b/common/style/reset.css index bbb9eb5..8355389 100644 --- a/common/style/reset.css +++ b/common/style/reset.css @@ -13,6 +13,12 @@ -webkit-font-smoothing: antialiased; } +body, html { + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], textarea, select{ -webkit-appearance: none; appearance: none;