mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #32698 from overleaf/ii-tooltip-flicker
[web] Fix tooltip flickering GitOrigin-RevId: 5a0756fb27671dbfa480a0d15d7fbb937aaebf47
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user