Adapt calendar to new tooltip library

This commit is contained in:
2025-04-25 16:08:15 +02:00
parent 35e96fb875
commit 1872e4abe5
5 changed files with 37 additions and 9 deletions

View File

@ -45,7 +45,7 @@ body {
}
}
.tooltip {
@mixin tooltip {
@include shadow;
z-index: 1;
pointer-events: none;
@ -58,7 +58,10 @@ body {
white-space: nowrap;
opacity: 0;
transition: opacity 500ms ease-in;
}
.tooltip {
@include tooltip;
position: absolute;
width: max-content;