From a832a51d1aab288ea6e2f49209db581efcb9ea6f Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Thu, 24 Oct 2024 12:43:59 +0100 Subject: [PATCH] Bring tooltips further forward (#1110) Tab titles are already at 2. I'm sorry Sally. --- common-theme/assets/styles/04-components/tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-theme/assets/styles/04-components/tooltip.scss b/common-theme/assets/styles/04-components/tooltip.scss index 7c28955f6..5d6d6efc5 100644 --- a/common-theme/assets/styles/04-components/tooltip.scss +++ b/common-theme/assets/styles/04-components/tooltip.scss @@ -3,7 +3,7 @@ tool-tip-container { display: inline-block; cursor: help; text-decoration: 1px var(--theme-color--brand) wavy underline; - z-index: 2; + z-index: 3; } .tooltip {