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