Skip to content

Commit 8e41c15

Browse files
Aurorumbluefuton
authored andcommitted
Checkout: Fix Payment Box Radio (#37177)
* Register z-indexes * Include z-index
1 parent 2394c57 commit 8e41c15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/assets/stylesheets/shared/functions/_z-index.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $z-layers: (
3535
'.NuxWelcome:before': -1,
3636
'.is-group-editor::before': -1,
3737
'.is-group-gutenberg::before': -1,
38+
'.payment-box__pm-wrapper .section-nav-tab::after': -1,
3839
'.site-icon.is-blank .gridicon': 0,
3940
'.chart__bar-section.is-spacer': 0,
4041
'.reader__featured-post': 0,
@@ -64,6 +65,7 @@ $z-layers: (
6465
'.plugin-item__label': 1,
6566
'.wp-editor-tools': 1,
6667
'.plan .gridicons-checkmark-circle': 1,
68+
'.payment-box__pm-wrapper .section-nav-tab': 1,
6769
'.plan-discount-message': 1,
6870
'.post-editor__switch-mode': 1,
6971
'.auth__form .form-fieldset input': 1,

client/my-sites/checkout/checkout/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@
12131213
border: 0;
12141214
margin: 8px 0 0;
12151215
position: relative;
1216+
z-index: z-index( 'root', '.payment-box__pm-wrapper .section-nav-tab' );
12161217

12171218
&:first-child {
12181219
margin-top: 0 !important;
@@ -1230,6 +1231,7 @@
12301231
border: 1px solid var( --color-neutral-10 );
12311232
border-radius: 50%;
12321233
box-sizing: border-box;
1234+
z-index: z-index( 'root', '.payment-box__pm-wrapper .section-nav-tab::after' );
12331235
}
12341236

12351237
&::before {

0 commit comments

Comments
 (0)