UX: Fix z-index for new topic alert (#13676)

This commit is contained in:
Kris 2021-07-09 15:22:30 -04:00 committed by GitHub
parent 81d1a61d17
commit 538dcb7acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
color: var(--primary);
&.clickable {
color: var(--tertiary);
z-index: z("base");
}
}
}