update nag z-index

This commit is contained in:
Sean Yesmunt 2020-02-28 09:41:12 -05:00
parent be3105db34
commit 8f7aea9844

View file

@ -21,7 +21,7 @@
.nag--helpful { .nag--helpful {
background-color: var(--color-secondary); background-color: var(--color-secondary);
color: var(--color-white); color: var(--color-white);
z-index: 3; z-index: 10000; // Ensure helpful nags are on top of regular nags
} }
.nag__button { .nag__button {