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

@ -130,4 +130,8 @@ div.content:hover {
div.content:hover {
transform:scale(1.05)
}
}
*{
-webkit-tap-highlight-color: transparent
}