hide cursor tooltip on mobile devices

This commit is contained in:
Integral Team 2019-09-11 11:49:09 +07:00
parent 531a8ece25
commit 18da8c9238

View file

@ -71,6 +71,10 @@ body {
stroke-width: 4;
fill: black;
}
@media(hover: none) {
display: none;
}
}
.cursor-icon-sticker {