From 474d7571b690ed308dddfaaf3bc8aa01c07800e3 Mon Sep 17 00:00:00 2001 From: Daniel <80175477+dan437@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:10:12 +0200 Subject: [PATCH] Fix a position of a tooltip icon (#11739) --- ui/components/ui/info-tooltip/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/components/ui/info-tooltip/index.scss b/ui/components/ui/info-tooltip/index.scss index 335108ffc..f96dc943c 100644 --- a/ui/components/ui/info-tooltip/index.scss +++ b/ui/components/ui/info-tooltip/index.scss @@ -3,6 +3,12 @@ height: 12px; width: 12px; } + + &__tooltip-container { + svg { + position: static; + } + } } .tippy-popper[x-placement^=top] .tippy-tooltip-info-theme [x-arrow],