mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: higher z-index for usercards in the header
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user