@wizishop/wizi-block 15.0.23-beta → 15.0.24-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wizi-block.scss +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.23-beta",
3
+ "version": "15.0.24-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -13405,10 +13405,14 @@ $color-bd: #dddddd;
13405
13405
  }
13406
13406
 
13407
13407
  &__text {
13408
+ position: relative;
13409
+ z-index: 3;
13408
13410
  padding: rem(20) 0 0;
13409
13411
  }
13410
13412
 
13411
13413
  &__list {
13414
+ position: relative;
13415
+ z-index: 2;
13412
13416
  padding: rem(30);
13413
13417
 
13414
13418
  &__product {