Merge pull request #15 from Facinorous-420:Facinorous-420/issue5

Item name tooltip issues on mobile
pull/20/head
Facinorous 2 years ago committed by GitHub
commit ccf1b57bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,6 +47,6 @@
@apply invisible; @apply invisible;
} }
.has-name-tooltip:hover .name-tooltip { .has-name-tooltip:hover .name-tooltip {
@apply visible z-50; @apply hover:visible hover:z-50;
} }
} }

Loading…
Cancel
Save