From: NeonWilderness Date: Sat, 30 Aug 2014 13:31:34 +0000 (+0200) Subject: PR for issue #5584 - fixes tooltip's z-index X-Git-Tag: v5.4.3~32^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5720%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git PR for issue #5584 - fixes tooltip's z-index --- diff --git a/scss/foundation/components/_tooltips.scss b/scss/foundation/components/_tooltips.scss index beb007224..f94ff3498 100644 --- a/scss/foundation/components/_tooltips.scss +++ b/scss/foundation/components/_tooltips.scss @@ -54,7 +54,7 @@ $tooltip-max-width: 300px !default; .tooltip { display: none; position: absolute; - z-index: 999; + z-index: 1006; font-weight: $tooltip-font-weight; font-size: $tooltip-font-size; line-height: $tooltip-line-height;