Merge pull request #32698 from overleaf/ii-tooltip-flicker

[web] Fix tooltip flickering

GitOrigin-RevId: 5a0756fb27671dbfa480a0d15d7fbb937aaebf47
This commit is contained in:
Antoine Clausse
2026-04-13 16:40:54 +02:00
committed by Copybot
parent 85ade7c105
commit f8235e67e6

View File

@@ -17,6 +17,13 @@
top: 1px !important;
right: -1px !important;
}
&:not([data-popper-placement]) {
// Prevents flickering
position: absolute !important;
inset: 0 auto auto 0 !important;
opacity: 0;
}
}
.tooltip-inner {