From f133abe4f12af49444a8a48dd035b362cc0ce14e Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 24 Jun 2020 18:07:19 +0100 Subject: [PATCH] ui: Ensure the tooltip panel chevron isn't hidden by overflow (#8183) --- ui-v2/app/styles/components/tooltip-panel/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-v2/app/styles/components/tooltip-panel/layout.scss b/ui-v2/app/styles/components/tooltip-panel/layout.scss index d4f6917db..eb80a7141 100644 --- a/ui-v2/app/styles/components/tooltip-panel/layout.scss +++ b/ui-v2/app/styles/components/tooltip-panel/layout.scss @@ -3,6 +3,7 @@ } %tooltip-panel dd > div { top: auto !important; + overflow: visible; } %tooltip-panel dt { cursor: pointer;