Compare commits

...

3 commits

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

View file

@ -144,6 +144,7 @@
z-index: 1001;
user-select: none;
cursor: default;
width: max-content;
}
.tooltip:hover .tooltiptext {