From ee7ad23dde8afd227e02027185cf617c87d68ec4 Mon Sep 17 00:00:00 2001 From: George Drummond Date: Fri, 15 Feb 2019 10:34:37 -0500 Subject: [PATCH] Fix z-index of tooltip arrow --- styles/elements/_tooltip.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/elements/_tooltip.scss b/styles/elements/_tooltip.scss index d444826f..76a1be50 100644 --- a/styles/elements/_tooltip.scss +++ b/styles/elements/_tooltip.scss @@ -8,6 +8,8 @@ background-color: $color-aqua-lightest; padding: $gap * 3; border-left: ($gap / 2) solid $color-blue; + position: relative; + z-index: 2; } .tooltip-arrow {