@wizishop/wizi-block 15.0.78-beta → 15.0.80-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 +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.78-beta",
3
+ "version": "15.0.80-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -6253,9 +6253,13 @@ $color-bd: #dddddd;
6253
6253
  z-index: 999;
6254
6254
  }
6255
6255
 
6256
- &__text {
6256
+ &__title {
6257
6257
  position: relative;
6258
6258
  z-index: 1;
6259
+
6260
+ &:focus-within {
6261
+ z-index: 999999;
6262
+ }
6259
6263
  }
6260
6264
 
6261
6265
  &__img {
@@ -6263,6 +6267,7 @@ $color-bd: #dddddd;
6263
6267
  width: 100%;
6264
6268
  max-width: 100%;
6265
6269
  overflow: hidden;
6270
+ z-index: 1;
6266
6271
 
6267
6272
  &:before {
6268
6273
  content: '';