@wizishop/wizi-block 15.0.98-beta → 15.0.99-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 +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.98-beta",
3
+ "version": "15.0.99-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -2025,10 +2025,22 @@ wz-editor {
2025
2025
  position: relative;
2026
2026
  z-index: 1;
2027
2027
 
2028
+ wb-structure-config {
2029
+ opacity: 1;
2030
+ z-index: 10;
2031
+ }
2032
+
2028
2033
  &--focused, &:focus-within {
2029
2034
  z-index: 50;
2030
2035
  }
2031
2036
 
2037
+ &--focused {
2038
+ .wb-component wb-structure-config {
2039
+ opacity: 0;
2040
+ z-index: -1;
2041
+ }
2042
+ }
2043
+
2032
2044
  .wb-component__container {
2033
2045
  display: block;
2034
2046
  height: 100%;