Compare commits

...

2 commits

Author SHA1 Message Date
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; z-index: 1001;
user-select: none; user-select: none;
cursor: default; cursor: default;
width: max-content;
} }
.tooltip:hover .tooltiptext { .tooltip:hover .tooltiptext {