Merge branch 'main' into docker

This commit is contained in:
Sangelo 2024-04-03 12:10:00 +00:00
commit e0112466ce

View file

@ -139,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 {