@dreamtree-org/twreact-ui 1.1.23 → 1.1.24
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4320,7 +4320,7 @@ function ActionMenu(_ref) {
|
|
|
4320
4320
|
transformOrigin: style.transformOrigin,
|
|
4321
4321
|
opacity: style.opacity
|
|
4322
4322
|
},
|
|
4323
|
-
className: "bg-white
|
|
4323
|
+
className: "absolute bg-white z-50 rounded-lg shadow-lg ring-1 ring-black ring-opacity-5 overflow-y-auto transition-opacity duration-150 ease-out",
|
|
4324
4324
|
onClick: function onClick(e) {
|
|
4325
4325
|
return e.stopPropagation();
|
|
4326
4326
|
}
|
package/dist/index.js
CHANGED
|
@@ -4340,7 +4340,7 @@ function ActionMenu(_ref) {
|
|
|
4340
4340
|
transformOrigin: style.transformOrigin,
|
|
4341
4341
|
opacity: style.opacity
|
|
4342
4342
|
},
|
|
4343
|
-
className: "bg-white
|
|
4343
|
+
className: "absolute bg-white z-50 rounded-lg shadow-lg ring-1 ring-black ring-opacity-5 overflow-y-auto transition-opacity duration-150 ease-out",
|
|
4344
4344
|
onClick: function onClick(e) {
|
|
4345
4345
|
return e.stopPropagation();
|
|
4346
4346
|
}
|