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;
|
||||
transition: opacity ease-in-out 0.1s;
|
||||
}
|
||||
|
||||
|
||||
.tooltiptext {
|
||||
z-index: 1001;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.tooltip:hover .tooltiptext {
|
||||
|
|
Loading…
Reference in a new issue