Compare commits

..

No commits in common. "e0112466ceecd8dbd4f88e29491dd7c7d5586c52" and "7e19be55b14ff14bf8a59bd8249c5560dc83298c" have entirely different histories.

View file

@ -139,12 +139,11 @@
opacity: 0; opacity: 0;
transition: opacity ease-in-out 0.1s; transition: opacity ease-in-out 0.1s;
} }
.tooltiptext { .tooltiptext {
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 {