FIX: higher z-index for usercards in the header

This commit is contained in:
Kris 2020-01-21 10:57:32 -05:00
parent 03143d9449
commit 411512c0e3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
z-index: z("usercard");
&.fixed {
position: fixed;
z-index: z("composer", "content") + 1;
z-index: z("header") + 1;
}
&.docked-card {
z-index: z("header") + 1;