[c] fix css for tooltip again

This commit is contained in:
Sangelo 2024-03-22 22:35:46 +01:00
parent d213c2f178
commit e845705829

View file

@ -128,7 +128,6 @@
visibility: hidden;
background-color: $space-gray-tooltip;
color: $white;
width: max-content;
text-align: center;
border-radius: 6px;
padding: 5px 10px;
@ -140,11 +139,12 @@
opacity: 0;
transition: opacity ease-in-out 0.1s;
}
.tooltiptext {
z-index: 1001;
user-select: none;
cursor: default;
width: max-content;
}
.tooltip:hover .tooltiptext {