mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:53:42 +08:00
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");
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user