Skip to content

Commit 5eb70fd

Browse files
authored
fix: IAP modal z-index (#107)
1 parent 714f5a4 commit 5eb70fd

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-detail/sw-extension-store-detail.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ async function createWrapper(extensionCustomProps = {}, canBeOpened = true, inAp
8585
'sw-extension-store-in-app-purchases-listing-modal': true,
8686
'sw-extension-icon': true,
8787
'sw-external-link': true,
88+
'sw-app-topbar-sidebar': true,
8889
},
8990
provide: {
9091
shopwareExtensionService: {

src/Resources/app/administration/src/module/sw-extension-store/page/sw-extension-store-index/sw-extension-store-index.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ async function createWrapper() {
5858
'sw-extension-store-error-card': true,
5959
'sw-extension-store-update-warning': true,
6060
'sw-help-center': true,
61+
'sw-app-topbar-sidebar': true,
6162
},
6263
provide: {
6364
extensionStoreActionService: {

src/Resources/app/administration/src/module/sw-extension/component/sw-extension-card-base/sw-extension-card-base.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ async function createWrapper(extensionCustomProps = {}) {
6666
'mt-icon': true,
6767
'sw-internal-link': true,
6868
'sw-extension-store-in-app-purchases-listing-modal': true,
69+
'sw-time-ago': true,
6970
},
7071
provide: {
7172
shopwareExtensionService: {

src/Resources/app/administration/src/module/sw-in-app-purchases/component/sw-in-app-purchase-checkout/sw-in-app-purchase-checkout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.sw-in-app-purchase-checkout {
2+
z-index: 1050;
3+
24
.sw-modal {
35
&__footer {
46
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)