Skip to content

Commit

Permalink
fix: card fix related to bug when updating the Mission Completed moda…
Browse files Browse the repository at this point in the history
…l blueprint
  • Loading branch information
sghoweri committed Apr 7, 2020
1 parent 304f1eb commit ea89b68
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -11,10 +11,17 @@ bolt-card-replacement-background {
right: 0;
bottom: 0;
left: 0;
z-index: 1;

& + bolt-card-replacement-body {
margin-bottom: auto;
}

// fix for other sibling content inside of cards getting overlapped by the bg
& ~ * {
position: relative;
z-index: 2;
}
}

.c-bolt-card_replacement__background {
Expand Down

0 comments on commit ea89b68

Please sign in to comment.