@fctc/sme-widget-ui 2.9.0 → 2.9.2
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33723,7 +33723,7 @@ var Many2ManyField = (props) => {
|
|
|
33723
33723
|
"div",
|
|
33724
33724
|
{
|
|
33725
33725
|
style: {
|
|
33726
|
-
zIndex:
|
|
33726
|
+
zIndex: 999
|
|
33727
33727
|
},
|
|
33728
33728
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
33729
33729
|
children: [
|
package/dist/index.mjs
CHANGED
|
@@ -33596,7 +33596,7 @@ var Many2ManyField = (props) => {
|
|
|
33596
33596
|
"div",
|
|
33597
33597
|
{
|
|
33598
33598
|
style: {
|
|
33599
|
-
zIndex:
|
|
33599
|
+
zIndex: 999
|
|
33600
33600
|
},
|
|
33601
33601
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
33602
33602
|
children: [
|
package/dist/widgets.js
CHANGED
|
@@ -32972,7 +32972,7 @@ var Many2ManyField = (props) => {
|
|
|
32972
32972
|
"div",
|
|
32973
32973
|
{
|
|
32974
32974
|
style: {
|
|
32975
|
-
zIndex:
|
|
32975
|
+
zIndex: 999
|
|
32976
32976
|
},
|
|
32977
32977
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
32978
32978
|
children: [
|
package/dist/widgets.mjs
CHANGED
|
@@ -32909,7 +32909,7 @@ var Many2ManyField = (props) => {
|
|
|
32909
32909
|
"div",
|
|
32910
32910
|
{
|
|
32911
32911
|
style: {
|
|
32912
|
-
zIndex:
|
|
32912
|
+
zIndex: 999
|
|
32913
32913
|
},
|
|
32914
32914
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
32915
32915
|
children: [
|