fix(SW-565): Fixed that tooltip doesn't block anything.

This commit is contained in:
Pontus Dreij
2024-11-19 09:50:08 +01:00
parent 3992529535
commit 94f97dffa9
3 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
transition: opacity 0.3s;
max-width: 200px;
min-width: 150px;
height: fit-content;
}
.tooltipContainer:hover .tooltip {