Skip to content

Commit d516b4d

Browse files
authored
Adjust modal z-index's overlay to be able to see messages (#2286)
* Adjust modal's overlay to be able to see snackbar's messages * Add changelog entries
1 parent 964f6c0 commit d516b4d

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Add - Add filter call when updating an existent intent (wc_stripe_update_existing_intent_request).
99
* Add - Add ability to test Stripe account keys' validity.
1010
* Fix - Fixed full bank statement field description.
11+
* Fix - Notification messages are placed on top of the account keys modal.
1112

1213
= 6.0.0 - 2022-01-05 =
1314
* Fix - Fixed capitalization for payment method names: iDEAL, giropay, and Sofort.

client/settings/payment-settings/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@
4444
}
4545
}
4646
}
47+
48+
.components-modal__screen-overlay {
49+
// This value should be lower than .woocommerce-transient-notices's z-index
50+
// to be able to see snackbar's messages
51+
z-index: 99998;
52+
}

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
136136
* Add - Add filter call when updating an existent intent (wc_stripe_update_existing_intent_request).
137137
* Add - Add ability to test Stripe account keys' validity.
138138
* Fix - Fixed full bank statement field description.
139+
* Fix - Notification messages are placed on top of the account keys modal.
139140

140141
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)