Commit 69c953a
committed
Fix Subscribe button: payment-method dialog was hidden behind trial-expired overlay
z-index was trial-expired=999 > payment-method=995, so clicking Subscribe opened the payment-method dialog underneath the still-visible trial-expired overlay - it existed in the DOM and was 'open', but completely covered and unclickable. Swapped so payment-method (999) now renders above trial-expired (990) and trial-info (990, unchanged), matching the native dialog stacking (PaymentMethodDialog opens on top of TrialExpiredDialog).1 parent f22f2cb commit 69c953a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments