mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: calculate z-index for fixed usercard on preview
This commit is contained in:
@@ -29,7 +29,7 @@ $user_card_background: $secondary;
|
||||
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
z-index: z("composer","content") + 1;
|
||||
}
|
||||
|
||||
.card-content {
|
||||
|
||||
Reference in New Issue
Block a user