From af13ec037cff8e25ca1ff1a7436aa621ae8a23ae Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 21 Aug 2019 03:54:37 +0200 Subject: [PATCH] info button message should appear on top of validations --- src/components/info-button/info-button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/info-button/info-button.scss b/src/components/info-button/info-button.scss index 4aa296fef..69e285bbe 100644 --- a/src/components/info-button/info-button.scss +++ b/src/components/info-button/info-button.scss @@ -32,7 +32,7 @@ line-height: 1.25rem; text-align: left; font-size: .875rem; - z-index: 1; + z-index: 2; &:before { display: block;