fix: tooltip positioning without rAF — measure synchronously via ready class

This commit is contained in:
Falkan
2026-03-19 00:16:49 -04:00
parent 65f760a254
commit 15b5871eb9
3 changed files with 50 additions and 29 deletions

View File

@@ -469,6 +469,10 @@
.hu-tooltip--visible {
opacity: 1;
}
.hu-tooltip--ready {
opacity: 1;
transition: none;
}
[data-theme=dan] .hu-tooltip {
background: #000;
color: #ffff00;