Compare commits
No commits in common. "e0112466ceecd8dbd4f88e29491dd7c7d5586c52" and "7e19be55b14ff14bf8a59bd8249c5560dc83298c" have entirely different histories.
e0112466ce
...
7e19be55b1
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue