Fix tooltip size

This commit is contained in:
2025-04-28 15:25:57 +02:00
parent 9bd3c618a4
commit 19aac8f302
2 changed files with 40 additions and 12 deletions

View File

@@ -13,8 +13,8 @@
white-space: nowrap;
opacity: 0;
transition: opacity 500ms ease-out;
position: absolute;
width: max-content;
white-space: normal;
left: 0;
top: 0;