From: Isaak Ordonez Date: Thu, 8 Sep 2016 06:31:16 +0000 (-0600) Subject: This fix #9122 by changing z-index for the tooltip. X-Git-Tag: v6.3-rc1~31^2~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ed2d7a67d487b4c516f4c0173c7aca41b11a5f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git This fix #9122 by changing z-index for the tooltip. --- diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index 5afd5ec00..b9135a7d3 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: 10; + z-index: 1006; top: calc(100% + #{$tooltip-pip-height}); max-width: 10rem !important; border-radius: $tooltip-radius;