Merge branch 'main' into docker
This commit is contained in:
commit
e0112466ce
1 changed files with 2 additions and 1 deletions
|
@ -139,11 +139,12 @@
|
||||||
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