Skip to content

Commit

Permalink
Resolve collision between WooPayments header and Woo Express survey b…
Browse files Browse the repository at this point in the history
…anner (#8400)
  • Loading branch information
mordeth authored Mar 28, 2024
1 parent 7cb2c80 commit f6b8bf4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/fix-8093-onboarding-collides-with-jitm-banners
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Fix collision between WooPayments header and Woo Express survey banner.
5 changes: 5 additions & 0 deletions client/onboarding/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,9 @@ body.wcpay-onboarding__body {
color: $gray-700;
}
}

// Hide Jetpack's JITM (Just in time messages) banners for onboarding.
.woocommerce-layout__jitm {
display: none;
}
}

0 comments on commit f6b8bf4

Please sign in to comment.