update nag z-index
This commit is contained in:
parent
be3105db34
commit
8f7aea9844
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue