diff --git a/services/web/frontend/stylesheets/components/tooltip.scss b/services/web/frontend/stylesheets/components/tooltip.scss index 26e02d21de..f2b27d617d 100644 --- a/services/web/frontend/stylesheets/components/tooltip.scss +++ b/services/web/frontend/stylesheets/components/tooltip.scss @@ -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 {