@isettingkit/business-rules 2.2.32 → 2.2.34
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/dist/index.es.js +2 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6169,7 +6169,8 @@ const On = {
|
|
|
6169
6169
|
width: 100%;
|
|
6170
6170
|
justify-content: ${({ $isEmpty: e }) => e ? "center" : "flex-start"};
|
|
6171
6171
|
`, bl = N.li`
|
|
6172
|
-
z-index: 2;
|
|
6172
|
+
z-index: 2 !important;
|
|
6173
|
+
cursor: grab;
|
|
6173
6174
|
& > div {
|
|
6174
6175
|
border: 1px solid
|
|
6175
6176
|
${({ theme: e, $active: t }) => {
|