[web] Fix tooltip flickering GitOrigin-RevId: 5a0756fb27671dbfa480a0d15d7fbb937aaebf47
@@ -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 {