mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
hide cursor tooltip on mobile devices
This commit is contained in:
parent
531a8ece25
commit
18da8c9238
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ body {
|
|||
stroke-width: 4;
|
||||
fill: black;
|
||||
}
|
||||
|
||||
@media(hover: none) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.cursor-icon-sticker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue