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 {