Compare commits

...

3 commits

Author SHA1 Message Date
Sangelo e0112466ce Merge branch 'main' into docker 2024-04-03 12:10:00 +00:00
Sangelo e845705829 [c] fix css for tooltip again 2024-03-22 22:35:46 +01:00
Sangelo d213c2f178 [c] tooltip css fixes 2024-03-22 22:26:44 +01:00

View file

@ -139,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 {