fixing double tap on touch devices

This commit is contained in:
Antoine M 2024-01-18 15:46:15 +01:00
parent 91af077af4
commit f4b25f467d

View File

@ -13,3 +13,12 @@
z-index: -2;
/* background-color: white; */
}
@media (hover: none) {
.tooltip-word:hover,
.tooltip-word:focus,
.tooltip-word:active {
.tooltip-popup {
@apply block;
}
}
}