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

View File

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