@wizishop/wizi-block 15.0.92-beta → 15.0.93-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 +15 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.92-beta",
3
+ "version": "15.0.93-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -2229,7 +2229,7 @@ wz-editor {
2229
2229
  position: absolute;
2230
2230
  top: 1.7rem;
2231
2231
  right: 0;
2232
- z-index: 999;
2232
+ z-index: 2;
2233
2233
  }
2234
2234
  }
2235
2235
  }
@@ -4254,6 +4254,13 @@ $color-bd: #dddddd;
4254
4254
  }
4255
4255
  }
4256
4256
  .wb-faq-frame {
4257
+ position: relative;
4258
+ z-index: 1;
4259
+
4260
+ &:focus-within {
4261
+ z-index: 10;
4262
+ }
4263
+
4257
4264
  &__row {
4258
4265
  position: relative;
4259
4266
 
@@ -4270,6 +4277,13 @@ $color-bd: #dddddd;
4270
4277
  }
4271
4278
  }
4272
4279
  &__question {
4280
+ position: relative;
4281
+ z-index: 1;
4282
+
4283
+ &:focus-within {
4284
+ z-index: 10;
4285
+ }
4286
+
4273
4287
  &.wb-faq__row__question {
4274
4288
  span {
4275
4289
  i {