fixed bug on mobile device

This commit is contained in:
wolegca 2019-09-12 11:06:33 +08:00
parent 23ee8fa275
commit 3d00141cd0

View File

@ -131,3 +131,7 @@ div.content:hover {
transform:scale(1.05)
}
}
*{
-webkit-tap-highlight-color: transparent
}