Compare commits
No commits in common. "e845705829dfa754914c5b223297d8c43105fbff" and "a0e54a284cefec5ba44741e2b6b3e57171130e82" have entirely different histories.
e845705829
...
a0e54a284c
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