@innovastudio/contentbox 1.5.0 → 1.5.1
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.
package/package.json
CHANGED
@@ -105927,8 +105927,7 @@ class ContentBox {
|
|
105927
105927
|
display: flex !important;
|
105928
105928
|
}
|
105929
105929
|
.hard-select .box-select .is-overlay {
|
105930
|
-
|
105931
|
-
top:1px;left:1px;right:1px;bottom:1px;
|
105930
|
+
z-index: -1;
|
105932
105931
|
}
|
105933
105932
|
.hard-select .section-select .is-section-tool {
|
105934
105933
|
display: block !important;
|