FIX: calculate z-index for fixed usercard on preview

This commit is contained in:
Jeff Wong
2018-04-20 15:47:15 -07:00
parent bbd2120b04
commit e7e64998a3

View File

@@ -29,7 +29,7 @@ $user_card_background: $secondary;
&.fixed {
position: fixed;
z-index: 1000;
z-index: z("composer","content") + 1;
}
.card-content {