UX: Fix z-index for new topic alert (#13676)
This commit is contained in:
parent
81d1a61d17
commit
538dcb7acd
|
@ -32,6 +32,7 @@
|
|||
color: var(--primary);
|
||||
&.clickable {
|
||||
color: var(--tertiary);
|
||||
z-index: z("base");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue