From 3d00141cd068603c52b936dd32fe40104cbc9a0d Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Thu, 12 Sep 2019 11:06:33 +0800 Subject: [PATCH] fixed bug on mobile device --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index cdc6b4f..ff20956 100644 --- a/index.css +++ b/index.css @@ -130,4 +130,8 @@ div.content:hover { div.content:hover { transform:scale(1.05) } +} + +*{ + -webkit-tap-highlight-color: transparent } \ No newline at end of file