Skip to content

Commit

Permalink
style: resolve z-index of product tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed Sep 8, 2024
1 parent d8e816f commit c9727c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/responsive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const Z_INDEX_VALUES = {
mobileFooter: 1290,
cartPageDetailsBox: 1298,
mobileBuyBox: 1289,
productTabs: 1288,
variantSelectorMenu: 10,
productTabs: 9,
};

0 comments on commit c9727c1

Please sign in to comment.