diff --git a/app/assets/stylesheets/desktop/components/user-card.scss b/app/assets/stylesheets/desktop/components/user-card.scss index f4aa977068f..7649972e73f 100644 --- a/app/assets/stylesheets/desktop/components/user-card.scss +++ b/app/assets/stylesheets/desktop/components/user-card.scss @@ -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;