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 {