[c] fix css for tooltip again
This commit is contained in:
parent
d213c2f178
commit
e845705829
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,6 @@
|
|||
visibility: hidden;
|
||||
background-color: $space-gray-tooltip;
|
||||
color: $white;
|
||||
width: max-content;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
padding: 5px 10px;
|
||||
|
@ -140,11 +139,12 @@
|
|||
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