FIX: higher z-index for usercards in the header
This commit is contained in:
parent
03143d9449
commit
411512c0e3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue