From 8f7aea9844e8717cbc77c8d4ca1ca0f5aad6882d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Fri, 28 Feb 2020 09:41:12 -0500 Subject: [PATCH] update nag z-index --- ui/scss/component/nag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scss/component/nag.scss b/ui/scss/component/nag.scss index 8ff754cb1..5487e0338 100644 --- a/ui/scss/component/nag.scss +++ b/ui/scss/component/nag.scss @@ -21,7 +21,7 @@ .nag--helpful { background-color: var(--color-secondary); color: var(--color-white); - z-index: 3; + z-index: 10000; // Ensure helpful nags are on top of regular nags } .nag__button {