From 2a321e71641fc14b3d5973a3b568c825516ea91b 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 d4f6917db0..eb80a71414 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;