Skip to content

Commit

Permalink
FIX: higher z-index for usercards in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jan 21, 2020
1 parent 03143d9 commit 411512c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/desktop/components/user-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

2 comments on commit 411512c

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/user-card-going-under-pm-header/139284/3

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/user-card-cut-off-on-desktop/136913/4

Please sign in to comment.