@wizishop/wizi-block 15.0.75-beta → 15.0.76-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 +2 -2
  2. package/wizi-block.scss +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.75-beta",
3
+ "version": "15.0.76-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "@ngx-translate/core": "^14.0.0",
43
43
  "@ngx-translate/http-loader": "^7.0.0",
44
44
  "@wizishop/ng-wizi-bulma": "^15.0.3",
45
- "@wizishop/wizi-editor": "15.0.81",
45
+ "@wizishop/wizi-editor": "15.0.95",
46
46
  "bourbon": "^7.2.0",
47
47
  "bulma": "^0.9.4",
48
48
  "bulma-calendar": "^6.1.18",
package/wizi-block.scss CHANGED
@@ -18355,6 +18355,11 @@ $color-bd: #dddddd;
18355
18355
  width: 100%;
18356
18356
 
18357
18357
  > div {
18358
+
18359
+ &:focus-within {
18360
+ z-index: 999999;
18361
+ }
18362
+
18358
18363
  &:first-child {
18359
18364
  position: relative;
18360
18365
  z-index: 10;
@@ -19532,6 +19537,12 @@ $color-bd: #dddddd;
19532
19537
  margin: 0 rem(100);
19533
19538
 
19534
19539
  > div {
19540
+ position: relative;
19541
+
19542
+ &:focus-within {
19543
+ z-index: 999999;
19544
+ }
19545
+
19535
19546
  &:first-child {
19536
19547
  position: relative;
19537
19548
  z-index: 10;