From 4e460066173e6f6fc71cd6dbbfdf042299ac4004 Mon Sep 17 00:00:00 2001 From: Isaak Ordonez Date: Fri, 9 Sep 2016 10:12:59 -0600 Subject: [PATCH] Changing z-index for tooltip to greather value than reveal fix for #9122 --- scss/components/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index b9135a7d3..af8b7c7c2 100644 --- a/scss/components/_tooltip.scss +++ b/scss/components/_tooltip.scss @@ -56,7 +56,7 @@ $tooltip-radius: $global-radius !default; font-size: $tooltip-font-size; padding: $tooltip-padding; position: absolute; - z-index: 1006; + z-index: 1200; top: calc(100% + #{$tooltip-pip-height}); max-width: 10rem !important; border-radius: $tooltip-radius; -- 2.47.2